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
27
27
cd html-react-parser
28
28
```
29
29
30
+ Use [ nvm] ( https://github.com/nvm-sh/nvm#intro ) to set the Node.js version:
31
+
32
+ ``` sh
33
+ nvm use
34
+ ```
35
+
30
36
Install the package dependencies:
31
37
32
38
``` sh
33
39
npm install
34
40
```
35
41
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:
37
43
38
44
``` sh
39
45
npm test
@@ -61,7 +67,7 @@ Push to your fork and [create a pull request][pr].
61
67
62
68
[ pr ] : https://github.com/remarkablemark/html-react-parser/compare/
63
69
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
65
71
1-3 business days. We may suggest changes, improvements, and/or alternatives.
66
72
67
73
Things that will improve the chance that your pull request will be accepted:
@@ -107,7 +113,7 @@ Fix lint errors:
107
113
npm run lint:fix
108
114
```
109
115
110
- Type check TypeScript declaration files :
116
+ Check types :
111
117
112
118
``` sh
113
119
npm run lint:dts
You can’t perform that action at this time.
0 commit comments