Contributing to Clyp
Thanks for your interest in contributing!
Workflows
- Fork the repo and create a feature branch.
- Run tests locally:
uv run -m pytest -q
. - Follow the project's style: Black formatting for Python and the
project's conventions listed in
.github/copilot-instructions.md
.
Testing
Add tests under the tests/
folder and ensure they run in CI.
Code of Conduct
Please follow the project's Code of Conduct and be respectful in reviews.