- Fork the repository on GitHub
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
)- include specs with adequate coverage
- verify
bundle exec rake
is successful
- Push the branch (
git push origin my-new-feature
) - Verify the Travis-CI build passes
- Create new Pull Request
Note: Pull requests will not be merged with insufficient specs or if bundle exec rake
fails for any reason.
Additionally, please DO NOT:
- modify the version of the cookbook
- update the CHANGELOG