Thanks for your interest in contributing!
This project is maintained by a single maintainer, so review times may vary. Small fixes and improvements are welcome.
- Questions / ideas: GitHub Discussions
- Bugs: GitHub Issues (please include a minimal reproduction)
For non-trivial changes, please open an issue/discussion first to align on approach.
- Install dependencies:
pip install -e ".[dev]"
- Run checks:
ruff check .ruff format .pytest
- Keep PRs focused and small when possible
- Add/adjust tests if behavior changes
- Update docs/README if needed
By submitting a PR, you agree that your contribution will be licensed under the project's license.