From b3056831cbb8f646ccf6bd2d32c41a7e9f052cf4 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 31 Jul 2026 22:37:22 +0200 Subject: [PATCH] chore: add commit messages template --- .gitmessage | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitmessage diff --git a/.gitmessage b/.gitmessage new file mode 100644 index 0000000..95629f4 --- /dev/null +++ b/.gitmessage @@ -0,0 +1,8 @@ + + +# ------------------------------------------------ SUBJECT AREA +# ---------------------------------------------------------------------- DETAIL AREA + +# Please enter a subject that is not longer than 50 characters. +# If you enter a detailed description, each line should not be longer +# than 72 characters. Break the line as soon as you reach this limit.