Chore: commit message template #132

Merged
jakob.scheid merged 2 commits from chore/commit-template-and-setup-script into main 2026-07-21 19:10:29 +02:00
4 changed files with 12 additions and 2 deletions
Showing only changes of commit 80dec73fb0 - Show all commits
+1 -1
View File
@@ -3,6 +3,6 @@
# ------------------------------------------------ SUBJECT AREA
# ---------------------------------------------------------------------- DETAIL AREA
# Please enter a subject that is not longer than 50 character.
# 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.
+4
View File
@@ -1,3 +1,7 @@
# frontend
The frontend of the search engine Seekra.
## Setup
Please execute the setup script in `scripts/` for your platform when cloning the repository.
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env pwsh
git config --local commit.template .gitmessage
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/bash
git config --local commit.template .gitmessage