We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab228fe commit 907195aCopy full SHA for 907195a
commit_template.txt
@@ -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