You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -467,6 +467,31 @@ Check out the [type definition tests](https://github.com/philipp-spiess/react-re
467
467
468
468
Updates the component‘s state and _then_ calls the side effect function.The side effect will be called with a reference to the react component (`this`) as the first argument.
469
469
470
+
## Contributing
471
+
472
+
Every help on this project is greatly appreciated. To get you started, here's a quick guide on how to make good and clean pull-requests:
473
+
474
+
1. Create a fork of this [repository](https://github.com/philipp-spiess/react-recomponent), so you can work on your own environment.
4. Make sure that all tests are passing and that the code is formatted correctly:
485
+
486
+
```bash
487
+
yarn format
488
+
yarn test
489
+
yarn test:types:flow
490
+
```
491
+
492
+
5. Commit your changes ([here](https://chris.beams.io/posts/git-commit/) is a wonderful guide on how to make amazing git commits).
493
+
6. After a few seconds, a button to create a pull request should be visible inside the [Pull requests](https://github.com/philipp-spiess/react-recomponent/pulls) section.
0 commit comments