diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..53d8a40f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +## What does this PR do? + + + +Closes # + +## Type of change + + + +- [ ] Bug fix +- [ ] Feature +- [ ] Refactor (no behavior change) +- [ ] Documentation +- [ ] Performance improvement +- [ ] Tests +- [ ] Chore (dependencies, CI, tooling) + +## Checklist + +- [ ] `pnpm test` passes (or targeted tests for my change) +- [ ] `pnpm format` has been run +- [ ] I have added/updated tests for my changes (if applicable) +- [ ] I have added a changeset + +## AI-generated code disclosure + + + +- [ ] This PR includes AI-generated code