Skip to content

Commit

Permalink
chore: update CONTRIBUTING sandbox link
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Aug 3, 2022
1 parent 85b54cc commit 184ca43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ Opening an issue is very effective way to contribute because many users might al

Before reporting an issue, first check that there is not an already open issue for the same topic using the [issues page](https://github.com/algolia/docsearch/issues). Don't hesitate to thumb up an issue that corresponds to the problem you have.

Another element that will help us go faster at solving the issue is to provide a reproducible test case. We recommend to [use this CodeSandbox template](https://codesandbox.io/s/github/algolia/docsearch/tree/main/examples/js).
Another element that will help us go faster at solving the issue is to provide a reproducible test case. We recommend to [use this CodeSandbox template](https://codesandbox.io/s/github/algolia/docsearch/tree/main/examples/demo).

## Code contribution

Expand Down Expand Up @@ -59,7 +59,7 @@ Some examples of valid commit messages (used as first lines):

To run this project, you will need:

- Node.js ≥ 12[nvm](https://github.com/creationix/nvm#install-script) is recommended
- Node.js ≥ 16[nvm](https://github.com/creationix/nvm#install-script) is recommended
- [Yarn](https://yarnpkg.com)

## Release
Expand Down

0 comments on commit 184ca43

Please sign in to comment.