- Eliminated duplicate content (entire template was repeated twice) - Renamed 'Linked Issue' to 'Governing Issue' per CONTRIBUTING.md language - Added explicit 'no proof = no merge' callout in Proof section - Renamed 'What was tested' to 'Commands / logs / world-state proof' for clarity - Enhanced checklist with items from #393: issue reference, syntactic validity, proof standard - Added inline guidance comments referencing CONTRIBUTING.md Closes #451
1.6 KiB
1.6 KiB
Summary
Governing Issue
Acceptance Criteria
- Criterion 1
- Criterion 2
Proof
Commands / logs / world-state proof
$ <command you ran>
<relevant output>
Visual proof (if applicable)
Risk and Rollback
- Risk level: low / medium / high
- What breaks if this is wrong:
- How to rollback:
Checklist
- PR body references at least one issue number (
Closes #NorRefs #N) - Changed files are syntactically valid (
python -c "import ast; ast.parse(open(f).read())",node --check,bash -n) - Proof meets CONTRIBUTING.md standard (exact commands, output, or artifacts — not "looks right")
- Branch is up-to-date with base
- No more than 3 unrelated issues bundled in this PR
- Shell scripts are executable (
chmod +x)