Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 1.36 KB

How to contribute to App Metrics

Thanks for taking the time to contribute to App Metrics 👍

Have you found a bug?

Ensure the bug was not already reported by searching on GitHub under Issues.

If you're unable to find an open issue related to the bug you've found go ahead and open a new issue. Be sure to include:

  1. A title and clear description
  2. As much relevant information as possible including the exact steps to reproduce the bug.
  3. If possible provide a code sample or unit test demonstrating the bug.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request on the dev branch.

  • Ensure the pull request description clearly describes the problem and solution. Include the relevant issue number in the commit message e.g. git commit -m '#1 {message}

Requesting a new feature?

  • Suggest your feature as a new issue to start a discussion.

Contributing to the documentation

App Metrics documentation is built using docfx, you can find the github repo here and create a new pull request on the master branch.