Skip to content

Commit 94240ab

Browse files
committed
chore: tweak
1 parent a3272f9 commit 94240ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ Some errors are masked and hidden away because of the layers of abstraction and
127127

128128
6. To close everything, just stop the test process back in your terminal.
129129

130-
## Package-Specific Contributing Guides
131-
132-
- [RSC Plugin Contributing Guide](./packages/plugin-rsc/CONTRIBUTING.md) - Development tips for @vitejs/plugin-rsc
133-
134130
## Note on Test Dependencies
135131

136132
In many test cases, we need to mock dependencies using `link:` and `file:` protocols. `pnpm` treats `link:` as symlinks and `file:` as hardlinks. To test dependencies as if they were copied into `node_modules`, use the `file:` protocol. Otherwise, use the `link:` protocol.
137133

138134
For a mock dependency, make sure you add a `@vitejs/test-` prefix to the package name. This will avoid possible issues like false-positive alerts.
135+
136+
## Contributing to `@vitejs/plugin-rsc`
137+
138+
See [CONTRIBUTING.md](packages/plugin-rsc/CONTRIBUTING.md) in the `@vitejs/plugin-rsc` package for specific guidelines on contributing to the React Server Components plugin.

0 commit comments

Comments
 (0)