From 368df315ab999e2a34e2b108e082fb22c2502df8 Mon Sep 17 00:00:00 2001 From: v420v Date: Sun, 17 Nov 2024 22:41:25 +0900 Subject: [PATCH] add: .gitmessage --- .gitmessage | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitmessage diff --git a/.gitmessage b/.gitmessage new file mode 100644 index 0000000..71d4fe2 --- /dev/null +++ b/.gitmessage @@ -0,0 +1,17 @@ + +# ==== Format ==== +# ${prefix}: Brief description of the implementation in 50 characters or less +# e.g., fix: Add name to user information as it was missing +# +# Commit body (if it doesn't fit in 50 characters, write here)... + +# ==== Prefix ==== +# add New feature or new file addition +# delete File deletion +# fix Bug fix +# style Fixing whitespace, semicolons, lines, coding format, etc. +# refactor Code improvement without changing existing behavior +# perf Code changes to improve performance +# chore Build, auxiliary tools, library-related, development environment changes +# docs Documentation only changes +