PULL_REQUEST_TEMPLATE.md
April 18, 2026 · View on GitHub
What
Closes #
Why
How
Type of change
-
feat— new capability -
fix— bug fix -
refactor— internal restructuring -
perf— performance improvement -
docs— documentation only -
test— tests only -
build/ci— toolchain or pipeline -
chore— housekeeping
Checklist
- My code follows the project style (
cargo fmt,cargo clippy). - I have added tests that prove my change works.
- New and existing tests pass locally (
cargo test --workspace). - I have updated documentation if needed.
- I have not introduced new
unsafecode (or justified it in an ADR). - This change does not add any network calls.
- I have considered accessibility for any UI changes.