summaryrefslogtreecommitdiffstats
path: root/.github/.gitmessage.txt
diff options
context:
space:
mode:
Diffstat (limited to '.github/.gitmessage.txt')
-rwxr-xr-x.github/.gitmessage.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/.gitmessage.txt b/.github/.gitmessage.txt
new file mode 100755
index 0000000..9b99323
--- /dev/null
+++ b/.github/.gitmessage.txt
@@ -0,0 +1,23 @@
+################
+# Format: [Type] <Title>
+# Within 50 characters / Clearly indicate the changes / No period at the end
+# ex) [Feat] Add R-CNN Model
+# Write below
+
+# Do not delete the line below
+
+################
+# Write detailed description below
+# Use "-" for multiple lines (72 characters per line)
+
+################
+# Write footer below (issue number related to the current commit)
+# ex) issue #7
+
+################
+# Feat : New Feature
+# Fix : Bug Fix
+# Docs : Modify docs
+# Refact : Refactoring
+# Style : Changes that do not affect code logic
+################