diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..b6449473 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,49 @@ +## Summary + + + +## Linked Issue + + + + + +## Acceptance Criteria + + + +- [ ] Criterion 1 +- [ ] Criterion 2 + +## Proof + +### What was tested + + + + +``` +$ + +``` + +### Visual proof (if applicable) + + + + +## Risk and Rollback + + + +- **Risk level:** low / medium / high +- **What breaks if this is wrong:** +- **How to rollback:** + +## 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`) +- [ ] Branch is up-to-date with base +- [ ] No more than 3 unrelated issues bundled in this PR