generated from Seekra/repository-template
Merge branch 'main' into fix/load-default-language
This commit is contained in:
@@ -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.
|
||||||
@@ -1,3 +1,7 @@
|
|||||||
# frontend
|
# 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.
|
||||||
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
|
||||||
|
git config --local commit.template .gitmessage
|
||||||
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
git config --local commit.template .gitmessage
|
||||||
Reference in New Issue
Block a user