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 2a2d50b commit 88718fbCopy full SHA for 88718fb
.changeset/fancy-toys-wait.md
@@ -0,0 +1,5 @@
1
+---
2
+"mobx-tanstack-query": patch
3
4
+
5
+docs: add contributing guide for README
README.md
@@ -32,3 +32,13 @@ const query = new Query({
32
}
33
})
34
```
35
36
37
+## Contributing Guide
38
39
+1. Fork repository
40
+2. Switch to `master` branch
41
+3. Fix bugs or create features
42
+4. Use command `pnpm changeset` to describe what you do
43
+5. Commit with message using [Conventional commits](https://www.conventionalcommits.org/)
44
+6. Open PR!
0 commit comments