diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index b6449473..1777a61c 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ -## Linked Issue +## Governing Issue @@ -10,18 +10,20 @@ ## Acceptance Criteria - + + - [ ] Criterion 1 - [ ] Criterion 2 ## Proof -### What was tested - - +### Commands / logs / world-state proof + + + ``` $ @@ -42,8 +44,11 @@ $ ## Checklist -- [ ] Proof meets CONTRIBUTING.md standard (exact commands, output, or artifacts) -- [ ] Python files pass syntax check (`python -c "import ast; ast.parse(open('file.py').read())"`) -- [ ] Shell scripts are executable (`chmod +x`) + + +- [ ] 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`)