Skip to content

Commit 5a12204

Browse files
committed
docs: update contributing guide
1 parent 9080a7c commit 5a12204

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pnpm install
2222

2323
You can use the playground at [`playgrounds/basic`](./playgrounds/basic/) to experiment with your changes to SvelteKit locally.
2424

25-
### Linking
25+
### Linking local changes
2626

2727
If you want to test against an existing project, you can use [pnpm `overrides`](https://pnpm.io/package_json#pnpmoverrides) in that project:
2828

@@ -39,6 +39,14 @@ If you want to test against an existing project, you can use [pnpm `overrides`](
3939
}
4040
```
4141

42+
### Testing PR changes
43+
44+
Each pull request will be built and published via [pkg.pr.new/](https://pkg.pr.new/). You can test the change by installing the package with your PR number:
45+
46+
```
47+
npm add https://pkg.pr.new/sveltejs/kit/@sveltejs/kit@YOUR_PR_NUMBER_GOES_HERE
48+
```
49+
4250
## Code structure
4351

4452
Entry points to be aware of are:

0 commit comments

Comments
 (0)