generated from templates/repo-template
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
876 B
Plaintext
29 lines
876 B
Plaintext
#<--- 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.
|
|
#
|
|
#<--- 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 --------------------------------------------------->
|