@@ -6,10 +6,10 @@ If you want to contribute but don’t know what to do, take a look at these two
66
77## Prerequisites
88
9- * If it’s your first pull request, watch [ this amazing course] ( http://makeapullrequest.com/ ) by [ Kent C. Dodds] ( https://twitter.com/kentcdodds ) .
10- * Install [ EditorConfig] ( http://editorconfig.org/ ) plugin for your code editor to make sure it uses correct settings.
11- * Fork the repository and clone your fork.
12- * Install dependencies: ` npm install ` .
9+ - If it’s your first pull request, watch [ this amazing course] ( http://makeapullrequest.com/ ) by [ Kent C. Dodds] ( https://twitter.com/kentcdodds ) .
10+ - Install [ EditorConfig] ( http://editorconfig.org/ ) plugin for your code editor to make sure it uses correct settings.
11+ - Fork the repository and clone your fork.
12+ - Install dependencies: ` npm install ` .
1313
1414## Development workflow
1515
@@ -37,10 +37,10 @@ npm run test:jest -- -u
3737
3838## Other notes
3939
40- * If you have commit access to repository and want to make big change or not sure about something, make a new branch and open pull request.
41- * We’re using [ Prettier] ( https://github.com/prettier/prettier ) to format JavaScript, so don’t worry much about code formatting.
42- * Don’t commit generated files, like minified JavaScript.
43- * Don’t change version number and change log.
40+ - If you have commit access to repository and want to make big change or not sure about something, make a new branch and open pull request.
41+ - We’re using [ Prettier] ( https://github.com/prettier/prettier ) to format JavaScript, so don’t worry much about code formatting.
42+ - Don’t commit generated files, like minified JavaScript.
43+ - Don’t change version number and change log.
4444
4545## Need help?
4646
0 commit comments