From 668b4b178e39d25946619a1a167c8f7c867070c4 Mon Sep 17 00:00:00 2001 From: JunYoung <86290308+jjjuuuun@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:39:10 +0900 Subject: [PATCH] Init: Add commit template --- gitcommit_template.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 gitcommit_template.txt diff --git a/gitcommit_template.txt b/gitcommit_template.txt new file mode 100644 index 00000000..5668a1c1 --- /dev/null +++ b/gitcommit_template.txt @@ -0,0 +1,39 @@ +# Subject should be under 50 character (ex. Feat: Add Key mapping) + + +# Write body underneath + + +# Write Footer underneath (ex. Github issue #23) + +# --- COMMIT END --- +# list +# feat : feature (new feature) +# fix : bug (bug fix) +# refactor : refactoring +# design : UI or design (ex. css) +# style : style (code format) +# docs : documentation (document add, fix, delete, README), annotation fix +# test : test (test code add, fix, change) +# chore : other changes (build script fix, assets, package manager etc..) +# init : project initialization +# rename : renaming files or directories +# remove : deleting files or directories +# ------------------ +# +# First character of Subject must be capitalized +# write in statement +# "." is not allowed +# seperate Subject and Body with a new line feed +# ------------------ +# +# write "what" you did and "why" you did it +# each line should be under 72 character +# ------------------ +#