From 31b9d99dabeaee2bcf19bd134568836a5cb84a39 Mon Sep 17 00:00:00 2001 From: Jeff Wilcox Date: Mon, 25 Feb 2013 16:53:08 -0800 Subject: [PATCH] updating navigation bars and other small changes to css --- _template.html | 5 +++ contact.html | 5 +++ css/azureopensource.css | 6 ++- guidelines.html | 31 ++++++++++++- index.html | 5 +++ projects.html | 96 +++++++++++++++++++++++++++++++---------- thanks.html | 5 +++ 7 files changed, 128 insertions(+), 25 deletions(-) diff --git a/_template.html b/_template.html index 77bf7a8..42fab72 100644 --- a/_template.html +++ b/_template.html @@ -45,9 +45,14 @@
  • Java SDK
  • PHP SDK
  • Python SDK
  • +
  • + +
  • PowerShell
  • +
  • x-plat CLI
  • iisnode
  • +
  • Other teams
  • Documentation Center
  • diff --git a/contact.html b/contact.html index 74ac363..4baa2ac 100644 --- a/contact.html +++ b/contact.html @@ -46,8 +46,13 @@
  • PHP SDK
  • Python SDK
  • + +
  • PowerShell
  • +
  • x-plat CLI
  • +
  • iisnode
  • +
  • Other teams
  • Documentation Center
  • diff --git a/css/azureopensource.css b/css/azureopensource.css index 24fad1d..95582c0 100644 --- a/css/azureopensource.css +++ b/css/azureopensource.css @@ -46,8 +46,12 @@ h1 { top: 40px; } +.small-sections section { + padding-top: 6px; +} + section { - padding-top: 30px; + padding-top: 42px; } .twitter-cards > tbody > tr > td > h4, diff --git a/guidelines.html b/guidelines.html index 321f131..27f29a3 100644 --- a/guidelines.html +++ b/guidelines.html @@ -47,8 +47,13 @@
  • PHP SDK
  • Python SDK
  • + +
  • PowerShell
  • +
  • x-plat CLI
  • +
  • iisnode
  • +
  • Other teams
  • Documentation Center
  • @@ -543,10 +548,34 @@

    Create bug fixes and features

    Code Reviews

    +

    + The Windows Azure SDK team has an active Microsoft discussion + group used for submitting code reviews and discussing design + changes, best practices, and other important topics. +

    +

    + Part of the code review process involves using a code review + tool, and for most open source projects, the team uses the + built-in Pull Request functionality on GitHub for enabling + annotations and comments on code before accepting the pull + request/s. +

    +

    + Expect a good amount of feedback as part of any pull request: + not only which branch to merge to and from, but also + consistency guidelines, matching existing code, and + making targeted, smart changes when fixing bugs. +

    +

    Community code reviews

    - tbd + The SDK team is considering allowing for community code + reviews as well. If you watch a repository of interest, + you can make comments on any public pull request. The + best time for providing feedback is during dev branch + pulls into the primary WindowsAzure GitHub account.

    +
    diff --git a/index.html b/index.html index 2f44078..6949947 100644 --- a/index.html +++ b/index.html @@ -46,8 +46,13 @@
  • PHP SDK
  • Python SDK
  • + +
  • PowerShell
  • +
  • x-plat CLI
  • +
  • iisnode
  • +
  • Other teams
  • Documentation Center
  • diff --git a/projects.html b/projects.html index ad2f185..027e78a 100644 --- a/projects.html +++ b/projects.html @@ -18,7 +18,7 @@ - +