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
6 changes: 4 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Summary

<!-- Describe what this PR does -->
<!-- What does this PR do? -->

## Closes

Expand All @@ -10,6 +10,8 @@ Closes #

- [ ] Tests added or updated
- [ ] Docs updated (JSDoc / README)
- [ ] `CHANGELOG.md` updated under `[Unreleased]` (required by CI if `src/` changed — see CONTRIBUTING.md)
- [ ] API surface change is intentional, not accidental (public method signatures / exported types)
- [ ] `npm run build` passes
- [ ] `npm test` passes
- [ ] `npm run lint` passes
- [ ] `npm run lint` passes