Skip to content

Commit f22638f

Browse files
committed
docs: add pull request governance checklist
1 parent 143a836 commit f22638f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Change class
2+
3+
- [ ] code primitive
4+
- [ ] governance claim
5+
- [ ] invariant
6+
- [ ] adversarial vector
7+
- [ ] receipt / audit surface
8+
- [ ] documentation only
9+
10+
## Boundary check
11+
12+
- [ ] This change does not widen public claims without evidence.
13+
- [ ] This change does not extend `EXIT_ENUM`.
14+
- [ ] This change does not weaken scope monotonicity.
15+
- [ ] This change does not allow unresolved state to bind into execution.
16+
17+
## Proof surface
18+
19+
- [ ] Tests or verifier command updated where needed.
20+
- [ ] Build receipt updated where needed.
21+
- [ ] CI green proof is not claimed unless observed.

0 commit comments

Comments
 (0)