TODO: Fill out your contributing process, or just stick with the default.
Thanks for your interest in sensu-go cookbook! If you'd like to help out please:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Add tests for the new feature; ensure they pass (
rake
) - Add a changelog entry under
## [Unreleased]
and the appropriate sub header for the type of change per our guidelines - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request