<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
The message header is a single line that contains succinct description of the change containing a type, an optional scope and a subject. Allowed This describes the kind of change that this commit is providing.
- feat (feature)
- fix (bug fix)
- docs (documentation)
- style (formatting, missing semi colons, …)
- refactor
- test (when adding missing tests)
- chore (maintain)
Allowed
Scope can be anything specifying place of the commit change. For example location, browser, compile, user, dashboard, login, etc.