Skip to content

Commit 6d7caf3

Browse files
chore: update PR template (#9397)
* chore: update PR template * Update .github/PULL_REQUEST_TEMPLATE.md --------- Co-authored-by: Rich Harris <[email protected]>
1 parent 7a84e78 commit 6d7caf3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## Svelte compiler rewrite
1+
## Svelte 5 rewrite
2+
3+
Please note that [the Svelte codebase is currently being rewritten for Svelte 5](https://svelte.dev/blog/runes). Changes should target Svelte 5, which lives on the default branch (`main`).
4+
5+
If your PR concerns Svelte 4 (including updates to [svelte.dev.docs](https://svelte.dev/docs)), please ensure the base branch is `svelte-4` and not `main`.
26

3-
Please note that [the Svelte codebase is currently being rewritten](https://svelte.dev/blog/runes). Thus, it's best to hold off on new features or refactorings for the time being.
47

58
### Before submitting the PR, please make sure you do the following
69

0 commit comments

Comments
 (0)