Main reference : https://chris.beams.io/posts/git-commit/
Other reference :
- https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53
- https://github.com/slashsbin/styleguide-git-commit-message
- https://www.conventionalcommits.org/en/v1.0.0/
- Use backtick (ex:
`createViewHolder`) to identify a methods, functions, variables, modules and such. - Use tag (ex:
<Dashboard>) to identify a web component - Use label: commit-summary to label your commit (ex: fix: ... ; feat: ... ; docs: ...)