Skip to content

Commit

Permalink
Merge pull request #459 from dotboris/match-contributing-guide-and-re…
Browse files Browse the repository at this point in the history
…adme

Clean up contribution guide file to match the one in the readme
  • Loading branch information
rrrene authored Oct 9, 2017
2 parents 10023aa + 89ee519 commit 8a8a9c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Fork the repository](http://github.com/rrrene/credo/fork)
Create your feature branch (`git checkout -b my-new-feature`)
Commit your changes (`git commit -am 'Add some feature'`)
Push to the branch (`git push origin my-new-feature`)
Create new Pull Request
1. [Fork it!](http://github.com/rrrene/credo/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

0 comments on commit 8a8a9c6

Please sign in to comment.