Skip to content

Commit

Permalink
Improve wording in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This fixes microsoft#2
  • Loading branch information
terrajobst committed Oct 28, 2014
1 parent 88feff4 commit eb67fea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ let everybody know that you want to work on it.
is none, create one.
2. Create a fork in GitHub
3. Create a branch off the `master` branch. Name it something that that makes
sense, such as `issue-123`.
sense, such as `issue-123`. This makes it easy for you to figure out what
the branch is used for.
4. Commit your changes and push your changes to GitHub
5. Create a pull request against our `master` branch
5. Create a pull request against the origin's `master` branch

## DOs and DON'Ts

Expand Down

0 comments on commit eb67fea

Please sign in to comment.