Skip to content

Commit

Permalink
Adds CONTRIBUTING.md file.
Browse files Browse the repository at this point in the history
Github has special hooks to show this file to potential contributors: https://github.com/blog/1184-contributing-guidelines
  • Loading branch information
jeremyckahn committed Jul 31, 2013
1 parent 7bcc370 commit 94ff34b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Contributing

1. Fork it
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 94ff34b

Please sign in to comment.