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: docs/contributor-info/contributing.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Tips for Contributors
2
2
*See [Releasing](./releasing.md) for instructions on releasing.*
3
3
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
+
4
15
## To run tests:
5
16
* After updating code via git, to prepare all examples and run all tests:
0 commit comments