diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..96b51f2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## Purpose + +Describe what changes and why. + +## Risk and rollout + +- Security or abuse impact: +- Deployment plan: +- Rollback or remediation plan: + +## Review + +- Final human technical reviewer: +- Automated or AI-assisted reviews performed: +- Findings resolved or explicitly accepted: + +> AI-assisted reviews are automated controls and are not human approval. + +## Validation + +List the tests, builds, checks, and staging validation performed. State why any normally applicable validation was omitted. + +## Authorization + +- [ ] Merge to the production branch is authorized by a designated technical owner. \ No newline at end of file