Skip to content

Commit 0ce4187

Browse files
ngtr6788benmccann
andauthored
docs: use pnpm and new commands to check the code base (#8667)
Co-authored-by: Ben McCann <[email protected]>
1 parent fe06a39 commit 0ce4187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# HEADS UP: BIG RESTRUCTURING UNDERWAY
22

3-
The Svelte repo is currently in the process of heavy restructuring for Svelte 4. After that, work on Svelte 5 will likely change a lot on the compiler aswell. For that reason, please don't open PRs that are large in scope, touch more than a couple of files etc. In other words, bug fixes are fine, but feature PRs will likely not be merged.
3+
The Svelte repo is currently in the process of heavy restructuring for Svelte 4. After that, work on Svelte 5 will likely change a lot in the compiler as well. For that reason, please don't open PRs that are large in scope, touch more than a couple of files, etc. In other words, bug fixes are fine, but feature PRs will likely not be merged.
44

55
### Before submitting the PR, please make sure you do the following
66
- [ ] 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
77
- [ ] Prefix your PR title with `feat:`, `fix:`, `chore:`, or `docs:`.
88
- [ ] This message body should clearly illustrate what problems it solves.
99
- [ ] Ideally, include a test that fails without this PR but passes with it.
1010

11-
### Tests
12-
- [ ] Run the tests with `npm test` and lint the project with `npm run lint`
11+
### Tests and linting
12+
- [ ] Run the tests with `pnpm test` and lint the project with `pnpm lint`

0 commit comments

Comments
 (0)