
# **Conventional Commits**
#
# <type>[optional scope]: <description>
#
# feat:      feature (minor)
# deps:      dependencies (minor/patch)
# fix:       bug fix (patch)
# refactor:  refactoring code
# test:      test fix; no code change
# docs:      documentation fix; no code change
# style:     formatting, missing semi colons, etc; no code change
# chore:     updating build tasks, package manager configs, etc; no code change
#
# **Install**
#
#   git config commit.template .gitmessage
#
# **Reference**
#
# - https://www.conventionalcommits.org/en/v1.0.0/
