Skip to content

Contributing

The repository-level contribution guide has the full workflow: CONTRIBUTING.md.

Local quality gates:

cargo fmt --check
cargo clippy --locked --all-targets --all-features -- -D warnings
cargo test --locked --all-features
mkdocs build --strict

Release flow is documented in Release.