- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Add tests for your changes
- Push your changes to your feature branch (
git push origin my-new-feature
) - Create a new PR (Pull Request)
Contributions will only be accepted if they are fully tested as specified in TESTING.md.
Please do not modify the version number in the metadata.rb; not all changes to the cookbook may be merged and released in the same version. We will handle the version updates during the release process.