From 06da921608b971fb47603671bcafdb2843992eb3 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 5 Apr 2018 17:59:12 -0400 Subject: [PATCH] Fix confusing negative in contribution guidelines --- CONTRIBUTING.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index b5d95328..3bbabf8d 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -1,7 +1,7 @@ Follow the commit message guidelines at [commit.style](https://commit.style). -This is an absolute requirement for my repositories, and furthermore this -proves you didn't actually read the contribution guidelines, which doesn't -make for a great first impression. +This is an absolute requirement for my repositories, and doing so proves you +actually read the contribution guidelines, which makes for a good first +impression. Good commit messages imply good commits. Pull requests should typically be a single commit, or for the rare complicated case, a series of atomic commits.