CONTRIBUTING 1.2 KB

1234567891011121314151617181920212223242526272829
  1. If you would like to contribute, please open a ticket in JIRA:
  2. * http://tickets.opscode.com
  3. Create the ticket in the COOK project and use the cookbook name as the
  4. component.
  5. For all code contributions, we ask that contributors sign a
  6. contributor license agreement (CLA). Instructions may be found here:
  7. * http://wiki.opscode.com/display/chef/How+to+Contribute
  8. When contributing changes to individual cookbooks, please do not
  9. modify the version number in the metadata.rb. Also please do not
  10. update the CHANGELOG.md for a new version. Not all changes to a
  11. cookbook may be merged and released in the same versions. Opscode will
  12. handle the version updates during the release process. You are welcome
  13. to correct typos or otherwise make updates to documentation in the
  14. README.
  15. If a contribution adds new platforms or platform versions, indicate
  16. such in the body of the commit message(s), and update the relevant
  17. COOK ticket. When writing commit messages, it is helpful for others if
  18. you indicate the COOK ticket. For example:
  19. git commit -m '[COOK-1041] Updated pool resource to correctly delete.'
  20. In the ticket itself, it is also helpful if you include log output of
  21. a successful Chef run, but this is not absolutely required.