We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd7834 commit b4149dfCopy full SHA for b4149df
CONTRIBUTING.md
@@ -78,4 +78,12 @@ You can also run packages _and_ examples simultaneously:
78
pnpm dev:all
79
```
80
81
-However, we've found console logs are harder to read using this approach. Use whichever you prefer!
+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