Skip to content

Commit b4149df

Browse files
committed
docs: add changeset to contributing guide
1 parent bfd7834 commit b4149df

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
@@ -78,4 +78,12 @@ You can also run packages _and_ examples simultaneously:
7878
pnpm dev:all
7979
```
8080

81-
However, we've found console logs are harder to read using this approach. Use whichever you prefer!
81+
However, we've found console logs are harder to read using this approach. Use whichever you prefer!
82+
83+
## Making a Pull Request
84+
85+
When making a pull request, be sure to add a changeset when a package has changed. Non-packages (`examples/*`) do not need changesets.
86+
87+
```bash
88+
pnpm exec changeset
89+
```

0 commit comments

Comments
 (0)