Files
timmy-config/.gitea/PULL_REQUEST_TEMPLATE.md
Alexander Whitestone d64b2e7561
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 8s
PR Checklist / pr-checklist (pull_request) Successful in 1m40s
Architecture Lint / Lint Repository (pull_request) Failing after 6s
burn: Fix PR template — remove duplication, strengthen proof enforcement
- 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
2026-04-10 06:22:38 -04:00

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 #N or Refs #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)