Skip to content

Commit

Permalink
Add CONTRIBUTING.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Aug 6, 2013
1 parent 238c308 commit e8a05a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Thanks for your interest in making mogenerator better.

It's easy to contribute to mogenerator:

* Fork the repo on GitHub.
* `git clone` a local copy.
* Make sure the [tests pass](https://github.com/rentzsch/mogenerator/tree/master/test) on your fresh copy.
* Create a new descriptively-named feature branch (or not, if it's just a small fix or something).
* Make your changes.
* Make sure the [tests pass](https://github.com/rentzsch/mogenerator/tree/master/test) with your modifications.
* Push your changes to GitHub.
* Issue your Pull Request to me.

Thanks for playing!

0 comments on commit e8a05a3

Please sign in to comment.