Skip to content

Commit 80362e3

Browse files
committed
Introduce git commit message template
[Problem] No commit template provided. [Solution] Add .gitcommit.txt file
1 parent d1b4f88 commit 80362e3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitcommit.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Title
2+
3+
[Problem]
4+
.
5+
6+
[Solution]
7+
.
8+
9+
10+
# Please run the following command to activate commit message template:
11+
# > git config commit.template .gitcommit.txt

0 commit comments

Comments
 (0)