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 32184a5 commit d058111Copy full SHA for d058111
README.md
@@ -77,6 +77,17 @@ var App = React.createClass({
77
React.renderComponent(<App/>, document.body);
78
```
79
80
+## Contributing
81
+
82
+- Fork the project
83
+- `$ npm install && npm run build`
84
+- Make changes, webpack will watch and rebuild as you make changes
85
+- Add appropriate tests
86
+- `$ npm run test`
87
+- If tests don't pass, make them pass.
88
+- Update README with appropriate docs.
89
+- Commit and PR
90
91
## License
92
93
MIT
0 commit comments