From ae438351e72b3019a52dcea80e9af7fb482a845b 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.