Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use numbered list in CONTRIBUTING.MD
  • Loading branch information
rrrene committed Oct 9, 2017
1 parent d975a5f commit 89ee519
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
@@ -1,5 +1,5 @@
1. [Fork it!](http://github.com/rrrene/credo/fork)
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create new Pull Request
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 89ee519

Please sign in to comment.