cookbooks/code_generator/templates/default/CONTRIBUTING.md.erb
Contributing
============
TODO: Fill out your contributing process, or just stick with the default.
Steps
-----
Thanks for your interest in <%= cookbook_name %>! If you'd like to help out please:
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Add tests for the new feature; ensure they pass (`rake`)
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