Skip to content

Commit 907195a

Browse files
committed
[IMP] base: add a commit message template with the guidelines
1 parent ab228fe commit 907195a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

commit_template.txt

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[TAG] application/module: describe your changes in a short sentence
2+
3+
# If you feel that it might help a future reader to understand your commit
4+
# motivations, take some time to explain WHY you made these changes in a few
5+
# sentences. The WHAT is usually easily understood by reading the diff.
6+
#
7+
# Short description tip: structure your commit message as if it was completing
8+
# this sentence: "If merged, this commit will ...". For instance, the following
9+
# commit message is correct: "[IMP] sales: compress images to save space".
10+
#
11+
# Tag meanings:
12+
#
13+
# [ADD] = New content
14+
# [IMP] = Improvement
15+
# [FIX] = Content or RST fix
16+
# [REM] = Removal
17+
# [REF] = Refactoring (restructuring)
18+
# [MOV] = Move/rename
19+
#

0 commit comments

Comments
 (0)