Last active
March 4, 2018 20:31
-
-
Save BLTuckerDev/3ba1725221639ac6d059 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#These rules are taken from this post: | |
#http://chris.beams.io/posts/git-commit/ | |
# | |
#Subject line less than 50 characters | |
#Separate subject line from the body of the commit with a blank line. | |
#Capitalize the subject line and do not use punctuation | |
#Subject line should be in the imperative style | |
#If applied, this commit will <your commit subject line goes here> | |
#Examples: | |
# If applied, this commit will refactor subsystem X for readability | |
# If applied, this commit will update feature X documentation | |
# If applied, this commit will remove unused methods | |
# If applied, this commit will merge pull request X from so-and-so | |
#Subject line should finish this statement: "If applied, this commit will X" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment