Thank you for your interest in contributing to CpuTrayApp! Please follow these guidelines to make the process smooth.
-
Report an Issue
- If you find a bug or have a suggestion, create an issue with a clear title and detailed description.
-
Submit a Pull Request (PR)
- Fork the repository and create a branch for your feature or fix.
- Name your branch descriptively:
feature/feature-nameorfix/bug-name. - Make your changes and test them locally.
- Submit a pull request from your branch to the
mainbranch of the original repository. - Clearly describe what your PR does and why it’s needed.
- Follow the existing C#/.NET style used in the project.
- Add comments where the code might be hard to understand.
- Avoid modifying unrelated code.
- Test your changes on Windows 10+ with the appropriate .NET version.
- PRs will be reviewed by the project owner or maintainers.
- Suggestions may be requested before merging.
- Contributions must comply with the project’s MIT License.
- For general discussions, use issues or pull requests.
- Be respectful and constructive.
Thank you for contributing to CpuTrayApp! Your help makes the project better for everyone.