Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Summary

<!-- What does this PR change, and why? -->

## 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

<!--
repomark scores repositories, so a change to checks or weighting can move
scores for every user. Describe the effect on output, or write "none".
-->
Loading