Skip to content

Commit e035e54

Browse files
committed
Update contributing.md
1 parent ffb0f58 commit e035e54

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/contributor-info/contributing.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Tips for Contributors
22
*See [Releasing](./releasing.md) for instructions on releasing.*
33

4+
## Sumary
5+
6+
For non-doc fixes:
7+
8+
* Provide changelog entry in the [unreleased section of the CHANGELOG.md](https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md#unreleased).
9+
* Ensure CI passes and that you added a test that passes with the fix and fails without the fix.
10+
* Squash all commits down to one with a nice commit message *ONLY* once final review is given. Make sure this single commit is rebased on top of master.
11+
* Please address all code review comments.
12+
* Ensure that docs are updated accordingly if a feature is added.
13+
14+
415
## To run tests:
516
* After updating code via git, to prepare all examples and run all tests:
617

0 commit comments

Comments
 (0)