Skip to content

Commit 5a2c045

Browse files
docs(github): update CONTRIBUTING.md
1 parent f0dca8e commit 5a2c045

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,19 @@ git clone git@github.com:<USER>/html-react-parser.git
2727
cd html-react-parser
2828
```
2929

30+
Use [nvm](https://github.com/nvm-sh/nvm#intro) to set the Node.js version:
31+
32+
```sh
33+
nvm use
34+
```
35+
3036
Install the package dependencies:
3137

3238
```sh
3339
npm install
3440
```
3541

36-
Make your changes. Add tests and/or documentation. Ensure all tests and lint pass:
42+
Make your changes, add tests/documentation, and ensure tests and lint pass:
3743

3844
```sh
3945
npm test
@@ -61,7 +67,7 @@ Push to your fork and [create a pull request][pr].
6167

6268
[pr]: https://github.com/remarkablemark/html-react-parser/compare/
6369

64-
At this point you're waiting on us. We'll try to review pull requests within
70+
At this point, wait for us to review your pull request. We'll try to review pull requests within
6571
1-3 business days. We may suggest changes, improvements, and/or alternatives.
6672

6773
Things that will improve the chance that your pull request will be accepted:
@@ -107,7 +113,7 @@ Fix lint errors:
107113
npm run lint:fix
108114
```
109115

110-
Type check TypeScript declaration files:
116+
Check types:
111117

112118
```sh
113119
npm run lint:dts

0 commit comments

Comments
 (0)