docs: add .github/PULL_REQUEST_TEMPLATE.md (closes PARITY doc gap)

This commit is contained in:
YeonGyu-Kim
2026-04-27 04:01:17 +09:00
parent ec5fd078e3
commit ab5f25950b
2 changed files with 28 additions and 1 deletions

27
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,27 @@
## Summary
<!-- Brief description of what this PR does -->
## Related Pinpoints / Issues
<!-- Link to ROADMAP.md pinpoints or GitHub issues, e.g., #283, #285 -->
## Changes
<!-- List key changes -->
-
## Testing
<!-- How was this tested? -->
- [ ] `cargo test` passes
- [ ] `cargo fmt --check` passes
- [ ] Manual verification (describe)
## Checklist
- [ ] Code follows project conventions
- [ ] ROADMAP.md updated (if filing/closing pinpoints)
- [ ] CHANGELOG.md updated (if user-facing change)
- [ ] Documentation updated (if applicable)
- [ ] No regressions in existing tests