-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
28 lines (28 loc) · 925 Bytes
/
.gitmessage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#<--- 72 characters --------------------------------------------------->
#
# Thank you so much for your contribution! Below you can find the
# pattern, some explanation and an example for a proper commit message.
# Please also consider to edit your contribution in the 'KUDOS.txt' in
# the repository, update the CHANGELOG.md and to sign your commit.
#
#<--- pattern --------------------------------------------------------->
#
# (Feature|Fix|Refactor|Document): <SUBJECT>
#
# The body, explains the change a little bit more. You can:
#
# - you can use
# - bullet points
#
# Adding a footer to address the issue is recommended.
#
# - resolves: #0815
# - addresses: #4711
#
#<--- usage ----------------------------------------------------------->
#
# To apply this kind of template, you can configure git.
#
# `git config commit.template .gitmessage`
#
#<--- 72 characters --------------------------------------------------->