generated from Seekra/repository-template
chore: add setup scripts
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
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