Contributing¶
For the complete contribution workflow, use the repository-level guide: CONTRIBUTING.md.
Quick Contributor Flow¶
- Open or confirm an issue for non-trivial changes.
- Create a focused branch (
feat/<short>,fix/<short>,docs/<short>, orchore/<short>). - Run local quality checks:
pre-commit run --all-filesruff check .black --check .pytest -q- Update docs and
CHANGELOG.mdfor user-facing changes. - Open a PR with validation notes.