From 7711fcee7d8bd04a2c42960bfedbf6e706d7812f Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Sat, 16 Jan 2016 15:20:24 +0100 Subject: [PATCH] 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 --- contribute.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contribute.md b/contribute.md index 2d1b16c6d119..b8cd66ed64d0 100644 --- a/contribute.md +++ b/contribute.md @@ -90,3 +90,8 @@ reasons why this is _the right thing to do_: License: MIT Signed-off-by: Juan Benet ``` + +### Each Commit Must Pass Tests + +All commits in a PR must pass tests. If they don't, fix the commits and/or squash them so that they do pass the tests. This is so that we can use git-bisect easily. +