Skip to content

Commit 88718fb

Browse files
committed
docs: add contributing guide
1 parent 2a2d50b commit 88718fb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changeset/fancy-toys-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mobx-tanstack-query": patch
3+
---
4+
5+
docs: add contributing guide for README

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,13 @@ const query = new Query({
3232
}
3333
})
3434
```
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

Comments
 (0)