Skip to content

Contributing

Contributor setup, gates, and pull-request expectations live in the repository root:

CONTRIBUTING.md

Also read:

Git authorship is human accountability: see Git authorship in the root CONTRIBUTING.md. AI tools must not appear as author, committer, or co-author.

Preview this documentation site

python -m venv .venv-docs
# Windows: .\.venv-docs\Scripts\Activate.ps1
source .venv-docs/bin/activate
pip install -r docs/requirements.txt
mkdocs serve