File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,19 @@ git clone git@github.com:<USER>/html-react-parser.git
2727cd 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+
3036Install the package dependencies:
3137
3238``` sh
3339npm 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
3945npm 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
65711-3 business days. We may suggest changes, improvements, and/or alternatives.
6672
6773Things that will improve the chance that your pull request will be accepted:
@@ -107,7 +113,7 @@ Fix lint errors:
107113npm run lint:fix
108114```
109115
110- Type check TypeScript declaration files :
116+ Check types :
111117
112118``` sh
113119npm run lint:dts
You can’t perform that action at this time.
0 commit comments