Skip to content

Instantly share code, notes, and snippets.

@marcelowa
Last active October 22, 2016 08:25
Show Gist options
  • Save marcelowa/91f42c00e1153a80939d73f4b2db7ce1 to your computer and use it in GitHub Desktop.
Save marcelowa/91f42c00e1153a80939d73f4b2db7ce1 to your computer and use it in GitHub Desktop.

#Must be one of the following:

INITIAL: The initial commit FEAT: Only changes that creating new features or modofying existing features, that are not bug fixes
FIX: Only bug fixes
DOCS: Only Documentation changes
STYLE: Only changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
REFACTOR: Only code changes that are neither fixes or features
TEST: Only changes that are adding new tests or modifying existing tests
TOOLS: Only changes that affect external processeses like build tools, dev tools, auxiliary tools and libraries such as documentation generation
CLEANUP: Only code removal: code lines, comment lines or files without affecting the project whatsoever

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment