diff --git a/_template.html b/_template.html index 929ee8d..77bf7a8 100644 --- a/_template.html +++ b/_template.html @@ -38,6 +38,7 @@
Let's get in touch.
+You'll find that the community on the Internet is probably the best diff --git a/css/azureopensource.css b/css/azureopensource.css index f7b3925..ba99f6e 100644 --- a/css/azureopensource.css +++ b/css/azureopensource.css @@ -9,3 +9,26 @@ body { code { color: #333; } + +h3 { + font-size: 24.5px; + color: #777; +} + +h1 { + padding-bottom: 20px; +} + +.nav-tabs > .active > a { + background-color: #eee; + color: #333; +} + +.nav-tabs > .active > a:hover { + background-color: #eee; + color: #333; +} + +xx-section { + padding-top: 20px; +} \ No newline at end of file diff --git a/guidelines.html b/guidelines.html index fe7a58e..e64e7da 100644 --- a/guidelines.html +++ b/guidelines.html @@ -18,7 +18,7 @@ -
+If you would like to become involved in the development of Windows Azure SDKs and Tools there are many different ways in which you can contribute. We strongly value your feedback, questions, bug reports, and feature requests. -
+ -- Consider these options: -
++ Consider these options: +
Our source is developed & published on GitHub.com - (learn more). -
-If you are new to Git, - check out the - Pro Git Book online or at - your bookseller of choice.
-We - have based our development process for moving code - around on the now-classic - Successful Git Branching Model - as well as using GitHub pull requests and forks between the - central organization repository and developer accounts.
+ (learn more). If you are + new to Git, + check out the + Pro Git Book online or at + your bookseller of choice. + ++ We have based our development process for moving code + around on the now-classic + Successful Git Branching Model + as well as using GitHub pull requests and forks between the + central organization repository and developer accounts. +
From any of the Windows Azure code repositories on GitHub, you can "Fork" the code to your own account.
-To get the source on your local development machine, +
+ To get the source on your local development machine,
simply clone the repo using Git:
- git clone https://github.com/USERNAME/PROJECT.git
-
git clone https://github.com/USERNAME/PROJECT.git
+
+
+ + Each repository has a README that should be helpful to + learn more about the specifics of the language, project + and its development environment. +
-Each repository has a README that should be helpful to - learn more about the specifics of the language, project - and its development environment.
The easiest way to ask questions is to use the Windows Azure SDK and Tools forums @@ -160,10 +168,37 @@
| Forum Provider | +Tags | +Notes | + + +|
|---|---|---|---|
![]() |
+ StackOverflow |
+ azure | +A friendly, open and fun community of developers. | +
![]() |
+ Microsoft forums |
+ + | A good place for support and feedback on Windows Azure features + and services like Web Sites, Mobile Services, etc. | +
Issues and feature requests are submitted through the project's Issues section on GitHub. Please use the following guidelines when @@ -171,33 +206,64 @@
Issues are regularly reviewed and updated with additional
- information by the core team. Sometimes the core team may have
- questions about particular issue that might need clarifications
- so, please be ready to provide additional information.
+ information by the core team. Sometimes the core team may have
+ questions about particular issue that might need clarifications
+ so, please be ready to provide additional information.
+ Feature requests and Design Change Requests (DCRs) are an important part of + the lifecycle of any software project. Please log these as Issues in the + appropriate GitHub repository. +
++ Although the team will consider any opened issues, please keep in mind + that there is an extremely high bar when it comes to expanding the scope + and functionality of a core product such as an SDK for Windows Azure. +
+ When opening any feature requests, consider including as much information + as possible, including:
+In order to become a contributor to the Windows Azure open source projects on GitHub you must follow some @@ -314,7 +380,7 @@
You can download the Contribution License Agreement (CLA) by clicking the following link: http://windowsazure.github.com/docs/Contribution License Agreement.pdf.
+ +
+ Download the Contribution License Agreement (CLA)
+ 281 KB PDF
Please fill in, sign, scan & email the completed document
to Contribution License Agreement (CLA)
If your Microsoft team is looking to partner with the
Windows Azure SDK team to ship new bits, create new
open source projects & meet your shipping
- criteria, please start engaging our triad early.
TODO: Links
+Our SharePoint site contains plenty of information on + the onboarding process, timelines and contacts.
+ +
+ Open Windows Azure SDK SharePoint
+ Requires corporate credentials
tbd @@ -463,28 +543,22 @@
tbd
- -The best way to get in touch with the team regarding feature ideas, + developer designs amd communicating about bug fixes is to use the Issues system + built in to GitHub.
-If you are looking for support or to provide feedback, there are a lot of + places to do this.
-Microsoft is always hiring bright and talented students & - professionals. Please consider submitting your resume and - applying for open positions at - //careers.microsoft.com.
+Huge thanks go to the contributors from the community who @@ -492,6 +566,18 @@
You can find a list of contributors here.
Microsoft is always hiring bright and talented students & + professionals. Please consider submitting your resume and + applying for open positions at + //careers.microsoft.com.
+ +This page contains information about the open source aspect of many of the Windows Azure SDKs, frameworks & tools. If you want to use the released versions of these products to develop your applications, diff --git a/thanks.html b/thanks.html index 6e7a07c..8a61f17 100644 --- a/thanks.html +++ b/thanks.html @@ -38,6 +38,7 @@