Skip to content

Commit 74b6f4d

Browse files
authored
docs: add command to test PR in another project
1 parent 03945f5 commit 74b6f4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ When adding a new breaking change, follow this template in your pull request:
160160
- **Severity (number of people affected x effort)**:
161161
```
162162

163+
### Reviewing pull requests
164+
165+
If you'd like to manually test a pull request in another pnpm project, you can do so by running `pnpm add -D "github:sveltejs/svelte#path:packages/svelte&branch-name"` in that project.
166+
163167
## License
164168

165169
By contributing to Svelte, you agree that your contributions will be licensed under its [MIT license](https://github.com/sveltejs/svelte/blob/master/LICENSE.md).

0 commit comments

Comments
 (0)