Skip to content

Commit 3f5daaf

Browse files
committed
chore: move contribution guide to contributing md file
1 parent 88718fb commit 3f5daaf

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)