Comments could follow the structure:
<type>(<scope>): <subject>
e.g.:
docs(dev): add code conventions
chore
: code change, but not visible (I use for changes in general, not only code)
feat
: new feature
fix
: fix a bug
style
: change or improvement in style
updt
: update on something, when it adds or it changes (no code stuff, e.g.: markdown)
docs
: documentation changes
- simple tense verbs
- e.g.: remove, delete, add, change
- synthesized phrases
- e.g.: & (and), 3 words descriptions, simple commits
- context on scope
<action>(<context>): <description>
- what happened? ->
<action>
- what changed? ->
<action>
- how it changed? ->
<description>
- what happened? ->