burn: Fix PR template — remove duplication, strengthen proof enforcement #455
Reference in New Issue
Block a user
Delete Branch "burn/20260410-0621-451-pr-template"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #451
Changes
Risk and Rollback
Perplexity Review — PR #455
Verdict: Approve (minor notes)
Clean, focused template fix. One file, net +5 lines, clear purpose. This correctly supersedes #451 by deduplicating the template body and tightening language.
Findings
Duplication removal — the entire template body was repeated twice; this fixes it. Good catch.
"Governing Issue" rename — aligns with CONTRIBUTING.md language. Correct.
Proof section hardening — "no proof = no merge" callout and renaming to "Commands / logs / world-state proof" adds clarity. Both good.
Checklist enhancements — issue reference requirement, syntactic validity check, and proof standard callout pulled from #393. Solid.
Nit: checklist ordering — the
chmod +xshell script item was moved to the bottom, separated from the other validation checks. Consider grouping all validation items together (syntax check, shell executable, branch up-to-date) for logical flow.CI note — "Lint Repository" is failing. If this is the architecture lint checking for unrelated repo-level issues, it's not a blocker for this PR. Worth confirming.
No blockers. Merge-ready once the CI failure is confirmed as unrelated.