Add note on writing good commit messages

This commit is contained in:
Andrew Schwartzmeyer 2016-03-14 12:08:19 -07:00
parent 342a7530c7
commit 2beb92ce43

View file

@ -15,6 +15,15 @@ Please add `[ci skip]` to commits that should be ignored by the CI systems
All pull requests **must** pass both CI systems before they will be approved.
Write *good* commit messages. Follow Tim Pope's [guidelines][]:
* The first line *must* be a short, capitalized summary
* The second line *must* be blank
* The rest should be a wrapped, detailed explanation of the what and why
* The tone should be imperative
[guidelines]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
## Installation
#### Windows