From 142989aa2bc6b6a240dbe35c4fd87dcdd2b6108a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 29 Apr 2025 13:43:11 +0200 Subject: [PATCH] :memo: Added commit message template --- commit-message-template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 commit-message-template diff --git a/commit-message-template b/commit-message-template new file mode 100644 index 0000000..6e6c50e --- /dev/null +++ b/commit-message-template @@ -0,0 +1,17 @@ +# If applied, this commit will... (Max 50 char) + + +# Explain why this change is being made (Max 72 Char) [WHAT and WHY vs HOW] + + +# Provide links or keys to any relevant tickets, articles or other resources +Resolves #... + +# --- COMMIT END --- +# Remember to +# Use the imperative mood in the subject line +# Capitalize the subject line +# Do not end the subject line with a period +# Separate subject from body with a blank line +# Use the body to explain what and why vs. how +# Can use multiple lines with "-" for bullet points in body