Skip to content

Commit 8d91cbc

Browse files
authored
Update PR template to ask for PR category (#6475)
1 parent 95f3f1c commit 8d91cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Before submitting the PR, please make sure you do the following
22
- [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
3+
- [ ] Prefix your PR title with `[feat]`, `[fix]`, `[chore]`, or `[docs]`.
34
- [ ] This message body should clearly illustrate what problems it solves.
45
- [ ] Ideally, include a test that fails without this PR but passes with it.
56

0 commit comments

Comments
 (0)