From 879f170b419a7c851d28ccbe7698142427a091ad Mon Sep 17 00:00:00 2001 From: Mason Sharp Date: Fri, 6 Mar 2026 12:00:37 -0800 Subject: [PATCH 1/2] 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 00000000..9a1887f5 --- /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 + + From a9a36d42e601aa7efb34867edc449700936df700 Mon Sep 17 00:00:00 2001 From: Mason Sharp Date: Wed, 11 Mar 2026 10:10:47 -0700 Subject: [PATCH 2/2] Try to have Claude use PR template --- .claude/CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .claude/CLAUDE.md diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md new file mode 100644 index 00000000..2ea43bc1 --- /dev/null +++ b/.claude/CLAUDE.md @@ -0,0 +1,3 @@ +## Pull Requests +When creating PRs, always read and follow the template at `.github/pull_request_template.md`. +Use `--body-file .github/pull_request_template.md` with `gh pr create`, then fill in each section appropriately based on the changes.