Original message was a copy pasta. Rewrote to be somewhat like the Angular contribution guidelines and closer to my own voice.
19 lines
460 B
Text
19 lines
460 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 link to an issue, if any.
|