Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.9 KB

CONTRIBUTING.md

File metadata and controls

40 lines (23 loc) · 1.9 KB

Contributing to RadioColorSystem

Thank you for considering contributing to RadioColorSystem!

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

How to Contribute

Reporting Bugs

If you encounter a bug while using RadioColorSystem, please let us know by opening an issue. Before opening a new issue, please search the existing issues to see if the issue has already been reported.

Suggesting Enhancements

If you have an idea for how to improve RadioColorSystem, please open an issue to let us know. Before opening a new issue, please search the existing issues to see if the enhancement has already been suggested.

Contributing Code

We welcome contributions to RadioColorSystem in the form of code! To contribute code:

  1. Fork the repository
  2. Clone the forked repository to your local machine
  3. Create a new branch for your changes
  4. Make your changes in the new branch
  5. Push your changes to your forked repository
  6. Open a pull request to merge your changes into the original repository

Please make sure your code follows the existing style and conventions in the repository. Additionally, please make sure your code is well-documented and includes tests where applicable.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. Please see CODE_OF_CONDUCT.md for more information.

License

RadioColorSystem is licensed under the MIT. Please see the LICENSE file for more information.

Thank you for your interest in contributing to RadioColorSystem!