burn: Add proof-driven PR template (closes #451) #454

Merged
Timmy merged 1 commits from burn/20260410-0018-451-pr-template into main 2026-04-10 09:35:26 +00:00
Owner

Closes #451

Changes

  • Added .gitea/PULL_REQUEST_TEMPLATE.md with proof-driven structure
  • Template enforces the CONTRIBUTING.md proof standard at PR authoring time
  • Sections: Summary, Linked Issue, Acceptance Criteria, Proof (with code block for commands/output), Visual Proof, Risk and Rollback, Checklist
  • Checklist aligns with existing bin/pr-checklist.py CI gate (issue reference, Python syntax, shell executable, max 3 issues)

Proof

$ git diff --cached --stat
.gitea/PULL_REQUEST_TEMPLATE.md | 49 +++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
Closes #451 ## Changes - Added `.gitea/PULL_REQUEST_TEMPLATE.md` with proof-driven structure - Template enforces the CONTRIBUTING.md proof standard at PR authoring time - Sections: Summary, Linked Issue, Acceptance Criteria, Proof (with code block for commands/output), Visual Proof, Risk and Rollback, Checklist - Checklist aligns with existing `bin/pr-checklist.py` CI gate (issue reference, Python syntax, shell executable, max 3 issues) ## Proof ``` $ git diff --cached --stat .gitea/PULL_REQUEST_TEMPLATE.md | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) ```
Timmy added 1 commit 2026-04-10 04:20:55 +00:00
burn: Add proof-driven PR template (.gitea/PULL_REQUEST_TEMPLATE.md)
All checks were successful
PR Checklist / pr-checklist (pull_request) Successful in 1m9s
641db62112
Closes #451. Enforces the CONTRIBUTING.md proof standard at PR authoring
time: summary, linked issue, acceptance criteria, proof evidence, risk
and rollback. Aligns with existing bin/pr-checklist.py CI gate.
Timmy merged commit eb7ca1f96f into main 2026-04-10 09:35:26 +00:00
Sign in to join this conversation.