Skip to content

Commit c52bec4

Browse files
committed
FIX(CONTRIBUTING.MD): improved clarity
1 parent c6bba98 commit c52bec4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,13 @@ pnpm dev.ct
7979
apps/website/src/routes/docs/[KIT]/[COMPONENT]/examples/
8080
```
8181

82-
- This is the _only place_ where you can add files. So if you wanted to add a select component to the headless kit, you would add all your files to this directory: apps/website/src/routes/docs/headless/select/examples/hero.tsx
82+
- This is the _only place_ where you can add files. So if you wanted to add a select component to the headless kit, you would add all your files to this directory:
8383

84-
- Follow the component test server's URL structure
85-
- The default message on the "home page" of the dev server is a reminder of how to use the address bar to actually view the file you want. By default it would have this structure:
84+
```shell
85+
apps/website/src/routes/docs/headless/select/examples/hero.tsx
86+
```
87+
88+
- Remenber to follow the component test server's URL structure. The default message on the "home page" of the dev server is a reminder of how to use the address bar to actually view the file you want. By default it would have this structure:
8689

8790
```shell
8891
http://localhost:5173/[KIT]/[COMPONENT]/[EXAMPLE]

0 commit comments

Comments
 (0)