1,002 B
1,002 B
Contributing to Server Monitor Manager
First off, thank you for considering contributing to Server Monitor Manager.
How to Contribute
Reporting Bugs
If you find a bug, please create an issue in the issue tracker using the Bug Report template.
Suggesting Enhancements
If you have an idea for an enhancement, please create an issue in the issue tracker using the Feature Request template.
Pull Requests
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes. IMPORTANT: You must run the Control suite tests on Linux. Some tests are marked with
OperatingSystem.IsLinux()and will silently skip on Windows. - Make sure your code lints.
- Use the provided Pull Request template and fill out the testing checklist.
- Issue that pull request!
Code of Conduct
By participating, you are expected to uphold our Code of Conduct.