Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Whitestone
0beda5abce Add proof-driven pull request template
Some checks failed
PR Checklist / pr-checklist (pull_request) Failing after 4m27s
2026-04-09 19:23:04 -04:00

View File

@@ -0,0 +1,34 @@
## Summary
- what changed:
- why this change exists:
## Linked issue / governing artifact
- closes #
- related issue / epic / ADR:
## Acceptance criteria targeted
- [ ] criterion 1
- [ ] criterion 2
## Proof
Describe the exact evidence that proves the acceptance criteria were met.
### Commands / logs / world-state proof
- command:
- output / log path / artifact:
### Visual proof (required for UI / visual changes)
- screenshot link:
- what it proves:
## Risk and rollback
- risk:
- rollback / restore path:
## Checklist
- [ ] I linked the governing issue / artifact.
- [ ] I named the acceptance criteria.
- [ ] I included exact proof, not "looks right".
- [ ] For visual changes, I linked screenshot proof outside the repo unless explicitly required.
- [ ] For CLI / config / ops changes, I cited exact command output, log paths, or other world-state evidence.
- [ ] I noted risks and rollback if this touches live systems.