Last active
August 29, 2015 14:27
-
-
Save mikesprague/b3ec2b56e185e5f73d2e to your computer and use it in GitHub Desktop.
Text version of the quick reference image (png) included with https://github.com/bluejava/git-commit-guide
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
TYPE(Scope): Change Summary ( < 50-70 chars ) | |
Optional Message Body ( < 100 char lines ) | |
Multiple paragraphs are okay. | |
Bulleted lists: | |
* are | |
* also | |
* okay | |
Closes #123 | |
Implements #543 | |
============================================================================ | |
TYPE DESCRIPTION | |
============================================================================ | |
BREAK a breaking change suck as removinng a feature | |
---------------------------------------------------------------------------- | |
FEAT new feature in production code | |
---------------------------------------------------------------------------- | |
FIX bug fix in production code | |
---------------------------------------------------------------------------- | |
FORMAT code formatting, code comment change, etc. (compiled-code neutral) | |
---------------------------------------------------------------------------- | |
DOCS changes to the documentation ( readme, API docs, etc. ) | |
---------------------------------------------------------------------------- | |
TEST adding missing tests or editing tests | |
---------------------------------------------------------------------------- | |
MAINT updating dev-related maintenance files ( non-production code files ) | |
============================================================================ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment