Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 807 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 807 Bytes

Contribution Guidelines

If you would like to contribute to the Chef WordPress cookbook, you must open a ticket in JIRA.

  1. Create the ticket in the [COOK] (use "wordpress" for the component)
  2. Sign a CLA
  • Please do NOT modify the version number
  • Please do NOT update the CHANGELOG

We will update the version number and CHANGELOG when we release a new version.

If a contribution adds new platforms or platform versions, indicate such in the body of the commit message(s), and update the relevant COOK ticket. When writing commit messages, it is helpful for others if you indicate the COOK ticket. For example:

$ git commit -m '[COOK-1041] Updated pool resource to correctly delete.'