Add CONTRIBUTING.md file

This commit is contained in:
Scott Allen 2019-02-27 17:24:48 -05:00
parent b40e3b9c57
commit 903cfd9414
1 changed files with 7 additions and 0 deletions

7
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,7 @@
When submitting changes via a pull request, or any other means, please format commit messages using ["50/72" guidelines, as suggested by Tim Pope](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
Summary:
- Maximum 50 character first "title" line, written as a capitalized [imperative sentence](http://examples.yourdictionary.com/imperative-sentence-examples.html).
- If necessary, more detailed explanatory paragraphs following a blank line, with lines wrapped at maximum 72 characters.
- If used, bullet points have a "hanging indent".