-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |