From e5f6b7a91d680249acfed0e34dd0977b72603dd1 Mon Sep 17 00:00:00 2001 From: Andy Alt Date: Thu, 1 Mar 2018 13:18:06 -0600 Subject: [PATCH] Update CONTRIBUTING.md add probably about reading the commit log [skip ci] --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2fce8d2a9..91c726a8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,6 +75,7 @@ from each other (i.e. a separate pull request for each patch). Problems arise when multiple patches are included in a single pull request: * It makes the pull request more difficult to review + * It makes reading the commit log more difficult * If there's a problem with one patch, it holds up other patches within that pull request from being merged