Merge pull request 'Chore: commit message template' (#132) from chore/commit-template-and-setup-script into main
Deploy on dev / Deploy on dev (push) Successful in 41s

Reviewed-on: #132
Reviewed-by: Jakob Gregory <7+jakob.gregory@noreply.localhost>
This commit was merged in pull request #132.
This commit is contained in:
2026-07-21 19:10:29 +02:00
committed by Gitea
4 changed files with 19 additions and 1 deletions
+8
View File
@@ -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.
+5 -1
View File
@@ -1,3 +1,7 @@
# frontend
The frontend of the search engine Seekra.
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