chore: add changeset checkbox to PR template (#14388)

too many people forget it
broken-slot-pruning
Simon H 10 months ago committed by GitHub
parent 6e391fce59
commit 6a5f30b290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,7 @@
- [ ] Prefix your PR title with `feat:`, `fix:`, `chore:`, or `docs:`.
- [ ] This message body should clearly illustrate what problems it solves.
- [ ] Ideally, include a test that fails without this PR but passes with it.
- [ ] If this PR changes code within `packages/svelte/src`, add a changeset (`npx changeset`).
### Tests and linting

Loading…
Cancel
Save