Thank you for taking your time to look at the ColorDetect project.
Use the following as guidelines to making your contributions and do feel free to propose changes to this document in a pull request. The source code, located at the ColorDetect project page.
This project can be setup with:
python3 -m venv .venv .venv/bin/activate pip install -r requirements/requirements-dev.txt pre-commit install
Check if the issue has been addressed or is in progress and if not , only then do you create a new issue. Remember to give it the appropriate label
Describe the enhancement in mind and what you would expect to have resulted from this process. Submit the enhancement with the enhancement tag along with its test
Reference the issue or enhancement being referenced in the pull request and submit the pull request to the development branch.