Context
There is no .github/PULL_REQUEST_TEMPLATE.md. PR descriptions vary in quality. Reviewers must chase authors for basic information (test evidence, docs updates, changelog entry).
Deliverables
Create .github/PULL_REQUEST_TEMPLATE.md with sections:
- Description — what this PR does and why
- Checklist (checkbox list):
- Related issues —
Closes #... or Refs #...
- Release notes — short summary for CHANGELOG
Priority
P1 — Developer workflow
Context
There is no
.github/PULL_REQUEST_TEMPLATE.md. PR descriptions vary in quality. Reviewers must chase authors for basic information (test evidence, docs updates, changelog entry).Deliverables
Create
.github/PULL_REQUEST_TEMPLATE.mdwith sections:cargo fmt --all --checkpassescargo clippy --all-targets -- -D warningspassescargo test --libpassescargo test --test *passesdocs/user-guide/configuration.mdandconfig.toml.examplehyperbytedb_*)Closes #...orRefs #...Priority
P1 — Developer workflow