docs(git): update git message template
Original message was a copy pasta. Rewrote to be somewhat like the Angular contribution guidelines and closer to my own voice.
This commit is contained in:
parent
1e5300ba5a
commit
ccb21151f0
1 changed files with 14 additions and 6 deletions
20
gitmessage
20
gitmessage
|
@ -1,11 +1,19 @@
|
|||
|
||||
|
||||
# 50-character subject line
|
||||
# <type>(<scope>): <subject>
|
||||
#
|
||||
# 72-character wrapped longer description. This should answer:
|
||||
# <body>
|
||||
#
|
||||
# * Why was this change necessary?
|
||||
# * How does it address the problem?
|
||||
# * Are there any side effects?
|
||||
# <footer>
|
||||
#
|
||||
# Include a link to the ticket, if any.
|
||||
# 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue