Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 680 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 680 Bytes

Contributing

TODO: Fill out your contributing process, or just stick with the default.

Steps

Thanks for your interest in sensu-go cookbook! If you'd like to help out please:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add tests for the new feature; ensure they pass (rake)
  4. Add a changelog entry under ## [Unreleased] and the appropriate sub header for the type of change per our guidelines
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request