Skip to content

Commit

Permalink
docs: update contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Apr 24, 2024
1 parent 9e9e6ad commit 64a77bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -36,9 +36,9 @@ You can find a basic working implementation of the library [here](apps/playgroun

## Contributing

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.
If you want to contribute to next-safe-action, please check out the [contributing guide](CONTRIBUTING.md).

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).
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).

## Contributors

Expand Down
8 changes: 5 additions & 3 deletions packages/next-safe-action/README.md
Expand Up @@ -32,13 +32,15 @@ npm i next-safe-action@next

## Playground

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

## Contributing

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.
## Contributing

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).

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).
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).

## Contributors

Expand Down

0 comments on commit 64a77bd

Please sign in to comment.