We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529a8da commit a784d80Copy full SHA for a784d80
CONTRIBUTING.md
@@ -2,7 +2,8 @@
2
3
Install the latest [npm](https://docs.npmjs.com/).
4
5
-Fork the respository, then clone it
+Clone the repository:
6
+
7
```
8
$ git@github.com:udaypydi/react-simple-boilerplate.git && cd react-simple-boilerplate
9
$ yarn
README.md
@@ -12,3 +12,6 @@ A simple react boilerplate with webpack hmr and latest babel packages. It comes
12
13
- Run test cases
14
`npm run test`
15
16
+## Want To Submit A PR?
17
+Refer [Contributing.md](https://github.com/udaypydi/react-simple-boilerplate/blob/master/CONTRIBUTING.md)
0 commit comments