Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 856 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 856 Bytes

Contributing

We the maintainers love pull requests from everyone, but often find we must say "no" despite how reasonable the proposal may seem.

For this reason, we ask that you open an issue to discuss proposed changes prior to submitting a pull request for the implementation. This helps us to provide direction as to implementation details, which branch to base your changes on, and so on.

  1. Open an issue to describe your proposed improvement or feature
  2. Fork https://github.com/sensu-community/monitoring-checks
  3. Create your feature branch (git checkout -b my-new-check)
  4. Commit your changes (git commit -am 'Added a check to monitor a service')
  5. Push your feature branch (git push origin my-new-check)
  6. Create a Pull Request as appropriate based on the issue discussion