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 b11f217 commit c08411dCopy full SHA for c08411d
CONTRIBUTING.md
@@ -0,0 +1,8 @@
1
+# Contributing guide
2
+
3
+1. Fork repository
4
+2. Switch to `master` branch
5
+3. Fix bugs or create features
6
+4. Use command `pnpm changeset` to describe what you do
7
+5. Commit with message using [Conventional commits](https://www.conventionalcommits.org/)
8
+6. Open PR!
README.md
@@ -93,4 +93,8 @@ export const UserBadge = observer(({ userId }: ViewModelPayload<UserBadgeVM>) =>
93
94
95
// <UserBadge payload={{ userId: '1' }}>
96
-```
+```
97
98
+## Contribution Guide
99
100
+Want to contribute ? [Follow this guide](https://github.com/js2me/mobx-tanstack-query/blob/master/CONTRIBUTING.md)
0 commit comments