Skip to content

Commit 64a77bd

Browse files
committedApr 24, 2024··
docs: update contributing section
1 parent 9e9e6ad commit 64a77bd

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
 
File renamed without changes.

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ You can find a basic working implementation of the library [here](apps/playgroun
3636

3737
## Contributing
3838

39-
If you want to contribute to next-safe-action, the best way is to fork this repository and [open a pull request](https://github.com/TheEdoRan/next-safe-action/pulls) when you're done implementing your feature.
39+
If you want to contribute to next-safe-action, please check out the [contributing guide](CONTRIBUTING.md).
4040

41-
If you found bugs or just want to ask a question, feel free to [open an issue](https://github.com/TheEdoRan/next-safe-action/issues).
41+
If you found bugs or just want to ask a question, feel free to open an issue or a discussion by following the [issue templates](https://github.com/TheEdoRan/next-safe-action/issues/new/choose).
4242

4343
## Contributors
4444

‎packages/next-safe-action/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ npm i next-safe-action@next
3232

3333
## Playground
3434

35-
You can find a basic working implementation of the library [here](apps/playground).
35+
You can find a basic working implementation of the library [here](https://github.com/TheEdoRan/next-safe-action/tree/main/apps/playground).
3636

3737
## Contributing
3838

39-
If you want to contribute to next-safe-action, the best way is to fork this repository and [open a pull request](https://github.com/TheEdoRan/next-safe-action/pulls) when you're done implementing your feature.
39+
## Contributing
40+
41+
If you want to contribute to next-safe-action, please check out the [contributing guide](https://github.com/TheEdoRan/next-safe-action/tree/main/CONTRIBUTING.md).
4042

41-
If you found bugs or just want to ask a question, feel free to [open an issue](https://github.com/TheEdoRan/next-safe-action/issues).
43+
If you found bugs or just want to ask a question, feel free to open an issue or a discussion by following the [issue templates](https://github.com/TheEdoRan/next-safe-action/issues/new/choose).
4244

4345
## Contributors
4446

0 commit comments

Comments
 (0)
Please sign in to comment.