From 0beda5abce73ac1a0f74bc807efb19d3781b825e Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Thu, 9 Apr 2026 19:23:04 -0400 Subject: [PATCH] Add proof-driven pull request template --- .gitea/PULL_REQUEST_TEMPLATE.md | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..96df9590 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -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. -- 2.43.0