Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.5 KB

Contributing to background_hiit_timer

Thank you for considering contributing! Contributions of all kinds are welcome, including bug reports, feature suggestions, code contributions, documentation improvements, and more. By participating in this project, you agree to abide by the Code of Conduct.

How to Contribute

Reporting Bugs

  1. Check the existing issues to make sure the bug hasn't been reported yet.
  2. Open a new issue and include: A clear title and description. Steps to reproduce the issue. Expected behavior vs. what actually happens. Screenshots or logs, if applicable.

Suggesting Features

  1. Open an issue labeled as a "feature request".
  2. Clearly describe the proposed feature and its benefits.
  3. If applicable, include examples or references.

Code Contributions

  1. Fork the repository on GitHub.

  2. Create a new branch with a descriptive name for your feature or bug fix.

  3. Make your changes and ensure they follow the project's coding style and guidelines.

  4. Commit your changes and push them to your forked repository.

  5. Test your changes following the testing documentation.

  6. Submit a pull request, detailing the changes you made and explaining their purpose. Please be sure to list what you have tested, as well as the device and OS details you performed tests on.

License

By contributing, you agree that your contributions will be licensed under the MIT License.