From f8085689c472084c0e71d42f6429a588e2db6eb9 Mon Sep 17 00:00:00 2001 From: William Stein Date: Thu, 10 Sep 2026 12:08:41 -0700 Subject: [PATCH] github: add change-review evidence template --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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