Skip to content

Commit 2d96e10

Browse files
authored
Fixing some formatting
1 parent da22318 commit 2d96e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Some people might be new to using Git and GitHub so here is a simple workflow to facilitite Pull Requests which can be reviewed and merged easily.
33

44
1. Create a forked copy of the microsoft/sdn repo from https://github.com/microsoft/sdn
5-
2. Clone that copy to your local machine (git clone https://github.com/<GitUserName>/sdn.git)
6-
3. Create a new branch on your local machine with a descriptive name to indicate the changes you will be making (git checkout -b <DescriptiveName>)
7-
4. Update and commit docs (git add, git commit, git push) to generate a preview viewable via GitHub (e.g. https://github.com/<GitUserName/blob/<DescriptiveBranchName>/<filename>)
5+
2. Clone that copy to your local machine (git clone https://github.com/*GitUserName*/sdn.git)
6+
3. Create a new branch on your local machine with a descriptive name to indicate the changes you will be making (git checkout -b *DescriptiveName*)
7+
4. Update and commit docs (git add, git commit, git push) to generate a preview viewable via GitHub (e.g. https://github.com/<GitUserName/blob/*DescriptiveBranchName*/*filename*.md)
88
5. Iterate on this branch until satisfied
99
6. Create a Pull Request into the master branch from https://github.com/Microsoft/sdn (Select Pull requests, New pull request) and compare across forks
1010

0 commit comments

Comments
 (0)