-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmessage
25 lines (19 loc) · 1.14 KB
/
.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
############ Short summary ##################
# <type>[optional scope]: <description>
# The allowed {types} are as follows:
# chore -> maintenance
# docs -> documentation
# feat -> feature
# fix -> bug fix
# drop -> remove code
# style -> formatting/style changes
# refactor -> refactoring code
# test -> adding missing tests
################## Body ###########################################
# [optional body]
########################## Footer ###############################
# [optional footer(s)]
# The {scope} can be anything specifying place of the commit change.
# The {subject} needs to use imperative, present tense: “change”, not “changed” nor “changes”. The first letter should not be capitalized, and there is no dot (.) at the end.
# Just like the {subject}, the message {body} needs to be in the present tense, and includes the motivation for the change, as well as a contrast with the previous behaviour. The first letter in a paragraph must be capitalised.
# All breaking changes need to be mentioned in the {footer} with the description of the change, the justification behind the change and any migration notes required.