Thanks for taking the time to contribute to App Metrics 👍
Coding style is enforced using StyleCop. To automate the clean up of most rules, the solution includes a "team-shared" ReSharper DotSettings, the ReSharper Code Cleanup profile is named AppMetrics
.
If your not familiar with ReSharper Code Cleanup, see the code cleanup docs and settings layer docs.
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:
- A title and clear description
- As much relevant information as possible including the exact steps to reproduce the bug.
- If possible provide a code sample or unit test demonstrating the 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}
- Suggest your feature as a new issue to start a discussion.
App Metrics documentation is built using Hugo, you can find the github repo here and create a new pull request on the main
branch.