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: contribute.md
+5
Original file line number
Diff line number
Diff line change
@@ -90,3 +90,8 @@ reasons why this is _the right thing to do_:
90
90
License: MIT
91
91
Signed-off-by: Juan Benet <juan@ipfs.io>
92
92
```
93
+
94
+
### Each Commit Must Pass Tests
95
+
96
+
All commits in a PR must pass tests. If they don't, fix the commits and/or [squash them](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits) so that they do pass the tests. This should be done so that we can use git-bisect easily.
0 commit comments