diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3ad07fb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## Summary + + + +## Type of change + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation +- [ ] Chore / CI + +## Checklist + +- [ ] `npm test` passes locally +- [ ] Tests added or updated in `lib/*.test.mjs` for behavior changes +- [ ] CLI stays dependency-free (Node built-ins only) +- [ ] Commit messages use Conventional Commits (`feat:`, `fix:`, `docs:`, `test:`) +- [ ] Co-author trailers, if any, name human GitHub accounts only + +## Scoring impact + +