Skip to content
This repository was archived by the owner on Nov 14, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="row">
<div class="span3">
<div class="sidebar-nav" style="padding: 20px 0;">
<ul class="nav azure-nav-list nav-list">
<ul class="nav azure-nav-list nav-list affix" style="min-width: 210px; max-width: 290px">
<li class="active"><a href="#waystocontribute"><i class="icon-chevron-right"></i>Ways to contribute</a></li>
<li class="nav-header">Community member</li>
<li><a href="#source"><i class="icon-chevron-right"></i>Source code</a></li>
Expand Down Expand Up @@ -147,7 +147,8 @@ <h2>Get the source code</h2>
<p>
To get the source on your local development machine,
simply clone the repo using Git:<br />
<code>git clone https://github.com/USERNAME/PROJECT.git</code>
<code>git clone https://github.com/USERNAME/PROJECT.git<br />
git checkout dev</code>
</p>

<p>
Expand Down Expand Up @@ -480,17 +481,16 @@ <h4>Checkout the latest code</h4>
and choose your own Github account as target</li>
<li>Clone the repository on your local machine with the following
Git command<br>
<code>git clone git@github.com:[USERNAME]/[PROJECT]</code><br>
<code>git clone https://github.com/USERNAME/PROJECT.git</code><br>
</li>
<li>Add remote to your local repository using the following Git
commands<br>
<code>cd [PROJECT]<br>
</code><code>git remote add upstream
git@github.com:WindowsAzure/[PROJECT]</code><br>
</code><code>git remote add upstream -f https://github.com/USERNAME/PROJECT.git</code><br>
</li>
<li>Update your local repository with the changes from the remote
repository by using the following Git commands<br>
<code>git fetch upstream/dev<br>
repository by using the following Git commands<br/>
<code>git fetch upstream/dev<br/>
git merge upstream/dev
</code></li>
</ol>
Expand All @@ -514,7 +514,7 @@ <h4>Fixing bugs</h4>
WindowsAzure/[PROJECT] as destination for the request</li>
<li>Write detailed message describing the changes in the pull
request</li>
<li>Submit the pull requst for consideration by the Core Team</li>
<li>Submit the pull request for consideration by the SDK Team</li>
</ol>
<p>
<strong>Note:</strong> All changes and pull request should be done
Expand Down Expand Up @@ -609,7 +609,8 @@ <h2>Jobs</h2>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--
<script src="js/azure.js"></script>

-->
</body>
</html>