Fix confusing negative in contribution guidelines

This commit is contained in:
Tim Pope
2018-04-05 17:59:12 -04:00
parent f4fd6044e3
commit 06da921608
+3 -3
View File
@@ -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.