21 lines
528 B
Text
21 lines
528 B
Text
|
|
|
|
# <type>(<scope>): <subject>
|
|
#
|
|
# <body>
|
|
#
|
|
# <footer>
|
|
#
|
|
# The header is mandatory and the scope of the header is optional.
|
|
# Types: build, ci, docs, feat, fix, perf, refactor, style, test
|
|
#
|
|
# Wrap longer lines to 72 characters.
|
|
# The body should answer:
|
|
#
|
|
# * What problem is being solved?
|
|
# * What is the solution to said problem?
|
|
# * Are there any side effects or dependencies?
|
|
#
|
|
# The footer should contain a closing reference or issue link, if any.
|
|
#
|
|
# ---------------------------------------------------------------------
|