#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