We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143a836 commit f22638fCopy full SHA for f22638f
1 file changed
.github/pull_request_template.md
@@ -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