diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4b0487c..10bc14c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,28 @@ ## Summary - + + +## Type of change + +- [ ] Bug fix (no breaking change) +- [ ] New feature (no breaking change) +- [ ] Breaking change (existing callers must update) +- [ ] Docs, tests, or internal maintenance only + +## Public API + + ## Test plan - + + +## Checklist + +- [ ] Tests cover the new behavior, and the suite passes locally +- [ ] Lint, format, and type checks pass +- [ ] Docs and README examples updated if the public surface changed +- [ ] No secrets, credentials, or personal data in the diff or the tests