Skip to content

Instantly share code, notes, and snippets.

@mikesprague
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikesprague/b3ec2b56e185e5f73d2e to your computer and use it in GitHub Desktop.
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
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