Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 946 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 946 Bytes

How to contribute to NewRelic Alerts Configurator

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • Open new issue. Include a title and description with as much information as possible. Code samples and test cases demonstrating the problem or steps to reproduce would be a great help.

Did you write a patch that fixes a bug?

  • Make sure an issue describing the bug exists.
  • Open a new GitHub pull request with the patch.

Do you intend to add a new feature or change an existing one?

  • Open a new GitHub pull request with the patch. Describe introduced feature in details. Remember to provide unit tests and documentation.