Skip to content

Commit fd691c0

Browse files
committedJan 24, 2016
Merge pull request #2207 from ipfs/feature/squash-note
Added squash note to contribute.md
2 parents 6cfc00e + 1b97a0f commit fd691c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎contribute.md

+5
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ reasons why this is _the right thing to do_:
9090
License: MIT
9191
Signed-off-by: Juan Benet <juan@ipfs.io>
9292
```
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.
97+

0 commit comments

Comments
 (0)
Please sign in to comment.