Skip to content

Commit

Permalink
Fix typo in Contributing Guide
Browse files Browse the repository at this point in the history
Removes a minor typo, regarding how to name feature branches.
Fixes ariya#14550
  • Loading branch information
vjwilson committed Sep 21, 2016
1 parent 5cb736d commit cfb75c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Refer to your favorite Git tutorial/book for further detailed help.

Some good practices for the feature branch:

* Give it a meaningful name instead of, e.g. `prevent-zero-divide` instead of just `fix`
* Make *granular* and *atomic* commits, e.g. do not mix a typo fix with some major refactoring
* Give it a meaningful name, e.g. `prevent-zero-divide`, instead of just `fix`.
* Make *granular* and *atomic* commits, e.g. do not mix a typo fix with some major refactoring.
* Keep one branch for one specific issue. If you need to work on other unrelated issues, create another branch.

## Review and Merge
Expand Down

0 comments on commit cfb75c6

Please sign in to comment.