@cryptotaxi247 / kubo / commits / 1b97a0fbc

Added squash note to contribute.md

Because this requirement is not listed anywhere, but was mentioned in https://github.com/ipfs/go-ipfs/pull/2202#issuecomment-171876804. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Jan 16, 2016 at 15:20 UTC 1b97a0fbc51627e12aba12797e017dd57a246f12
1 file changed +5
contribute.md
+5
@@ -90,3 +90,8 @@ reasons why this is _the right thing to do_:
90 License: MIT
91 Signed-off-by: Juan Benet <juan@ipfs.io>
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.
97 +