Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 793 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 793 Bytes

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Add tests for your changes
  5. Push your changes to your feature branch (git push origin my-new-feature)
  6. Create a new Pull Request (PR)

Testing

Contributions will only be accepted if they are fully tested as specified in TESTING.md.

metadata.rb

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.