Skip to content

Commit

Permalink
docs: rename to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Mar 4, 2023
1 parent 46c10c6 commit f5403fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTION.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspaces:
## Development

Start by forking the repository, and after cloning it locally you can install
the dependencies using PNPM:
the dependencies using [PNPM](https://pnpm.io/):

```shell
pnpm install
Expand Down Expand Up @@ -78,3 +78,9 @@ submitting your pull request.
`react-intersection-observer` uses [Vitest](https://vitest.dev/) for testing.
Please ensure that your changes are covered by tests, and that all tests pass
before submitting your pull request.

You can run the tests with the `test` task:

```shell
pnpm test
```

0 comments on commit f5403fd

Please sign in to comment.