Thank you for considering contributing to APM! Your help is appreciated.
- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
- Open a new issue outlining your enhancement suggestion. Provide a clear description of the enhancement and its potential benefits.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
Please ensure your PR includes:
- A clear description of the changes.
- Any relevant issue numbers.
- Tests for your changes, if applicable.
Please adhere to standard Markdown formatting.
This project and everyone participating in it is governed by the CODE_OF_CONDUCT.md. By participating, you are expected to uphold this code.
We look forward to your contributions!