Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 498 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 498 Bytes

Contributing

  1. Open Bug / Feature issue at Dev Icinga
  2. Fork the repository on Github
  3. Create a named feature branch (like add_component_x)
  4. Write your change
  5. Write tests for your change (if applicable)
  6. Run the tests (rake), ensuring they all pass
  7. Write new resource/attribute description to README.md
  8. Write description about changes to PR along with Dev Icinga issue #
  9. Submit a Pull Request using Github