Skip to content

Commit d058111

Browse files
author
Kent C. Dodds
committed
Adding contributing guide
1 parent 32184a5 commit d058111

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@ var App = React.createClass({
7777
React.renderComponent(<App/>, document.body);
7878
```
7979

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+
8091
## License
8192

8293
MIT

0 commit comments

Comments
 (0)