From d1f662ed9fb77d091ab945cab16a63f887394a28 Mon Sep 17 00:00:00 2001 From: Mason Sharp Date: Fri, 6 Mar 2026 12:10:42 -0800 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..9a1887f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ + +## Summary + + + +## Checklist + +- [ ] Tests added or updated (unit, regression, integration as needed) +- [ ] Docs/README updated (or not, with justification) +- [ ] Issue is linked (branch name or URL in PR description) +- [ ] Security checks (no secrets, vulnerabilities) +- [ ] Breaking changes (if any) are clearly called out in the PR description + +## Notes for Reviewers + +