diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d1f0c08f --- /dev/null +++ b/CONTRIBUTING.md @@ -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! \ No newline at end of file