Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 411 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 411 Bytes
  1. As a contributor, you agree to abide by the Code of Conduct for this project
  2. Fork the repository using Github.
  3. Checkout a named feature branch created from the develop branch.
  4. Write tests using chefspec or serverspec as appropriate.
  5. Complete modifications or corrections.
  6. Run the tests, ensuring they all pass. (See TESTING.md)
  7. Submit a Pull Request to the develop branch using Github.