Skip to content

Commit f5403fd

Browse files
committed
docs: rename to CONTRIBUTING.md
1 parent 46c10c6 commit f5403fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTION.md renamed to CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspaces:
1414
## Development
1515

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

1919
```shell
2020
pnpm install
@@ -78,3 +78,9 @@ submitting your pull request.
7878
`react-intersection-observer` uses [Vitest](https://vitest.dev/) for testing.
7979
Please ensure that your changes are covered by tests, and that all tests pass
8080
before submitting your pull request.
81+
82+
You can run the tests with the `test` task:
83+
84+
```shell
85+
pnpm test
86+
```

0 commit comments

Comments
 (0)