Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.23 KB

File metadata and controls

37 lines (27 loc) · 1.23 KB

Contributing to ColorDetect

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.

Setup

This project uses uv for dependency management. Install it via:

curl -LsSf https://astral.sh/uv/install.sh | sh

Then set up the project:

uv venv
uv pip install -e ".[dev]"
pre-commit install

Issues

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

Enhancements

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

Pull requests

Reference the issue or enhancement being referenced in the pull request and submit the pull request to the development branch.