Skip to content

Commit ef4bfba

Browse files
committed
chore: add PR template with verification section
GitHub auto-populates this template when creating PRs. Includes: - Summary section - Verification report link and coverage table - Test plan checklist This ensures PRs consistently include verification status.
1 parent be9206a commit ef4bfba

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Summary
2+
3+
<!-- Describe what this PR does in 1-3 bullet points -->
4+
-
5+
6+
## Verification
7+
8+
<!-- Run `just verify story <ID>` and include the report link or coverage summary -->
9+
10+
**Story:** <!-- e.g., FEAT0109 -->
11+
**Report:** <!-- e.g., verification/reports/coherence-verification/01-artifact-pipeline/FEAT0109.md -->
12+
13+
| Coverage | Status |
14+
|----------|--------|
15+
| Criteria verified | / |
16+
| Artifacts captured | ✅ / ⚠️ |
17+
18+
### Uncovered (if any)
19+
20+
<!-- List any criteria that need manual verification -->
21+
- [ ]
22+
23+
## Test Plan
24+
25+
- [ ] `just pre-commit` passes
26+
- [ ] `just verify story <ID>` generates report
27+
- [ ] Artifacts reviewed locally

0 commit comments

Comments
 (0)