From daf391dd1abbb397dcce051c5d864dac150bfa27 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 6 Nov 2014 19:33:44 +0200 Subject: [PATCH] add contributing chapter to readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f950fc..ad0cbe9 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,17 @@ Then you have to generate this token or wait for 1 hour ## License -Github Changelog Generator is released under the [MIT License](http://www.opensource.org/licenses/MIT). \ No newline at end of file +Github Changelog Generator is released under the [MIT License](http://www.opensource.org/licenses/MIT). + +## Contributing + +1. Create an issue to discuss about your idea +2. Fork it (https://github.com/skywinder/Github-Changelog-Generator/fork) +3. Create your feature branch (`git checkout -b my-new-feature`) +4. Commit your changes (`git commit -am 'Add some feature'`) +5. Push to the branch (`git push origin my-new-feature`) +6. Create a new Pull Request + +**Bug reports, feature requests, patches, well-wishes, and rap demo tapes are always welcome!** + +*Improvements more than welcome - they are kindly requested! :)* \ No newline at end of file