File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ const query = new Query({
3434```
3535
3636
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!
37+ ## Contribution Guide
38+
39+ Want to contribute ? [ Follow this guide] ( https://github.com/js2me/mobx-tanstack-query/blob/master/CONTRIBUTING.md )
You can’t perform that action at this time.
0 commit comments