Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.29 KB

File metadata and controls

35 lines (24 loc) · 1.29 KB

Contributing to CpuTrayApp

Thank you for your interest in contributing to CpuTrayApp! Please follow these guidelines to make the process smooth.

How to Contribute

  1. Report an Issue

    • If you find a bug or have a suggestion, create an issue with a clear title and detailed description.
  2. Submit a Pull Request (PR)

    • Fork the repository and create a branch for your feature or fix.
    • Name your branch descriptively: feature/feature-name or fix/bug-name.
    • Make your changes and test them locally.
    • Submit a pull request from your branch to the main branch of the original repository.
    • Clearly describe what your PR does and why it’s needed.

Code Guidelines

  • 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.

Code Review

  • 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.

Communication

  • 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.