You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
TODO
4
4
5
+
## Contributing
6
+
7
+
### Document Your Changes
8
+
9
+
**Changeset Documentation**
10
+
11
+
Before committing your changes, document them with a changeset. This process helps in tracking modifications and effectively communicating them to the project team and users:
12
+
13
+
```bash
14
+
pnpm changeset
15
+
```
16
+
17
+
During the changeset creation process, you will be prompted to select the appropriate level for your changes:
18
+
19
+
-**patch**: Opt for this if you are making small fixes or minor changes that do not affect the library's overall functionality.
20
+
-**minor**: Choose this for new features that enhance functionality but do not disrupt existing features.
21
+
-**major**: Select this for any changes that result in backward-incompatible modifications to the library.
0 commit comments