Remove instance-specific template defaults

This commit is contained in:
MrSphay
2026-05-15 02:55:41 +02:00
parent 617d4a970f
commit 4ed98fa30f
9 changed files with 41 additions and 14 deletions

View File

@@ -6,12 +6,12 @@
{
"alt": "Build",
"img": "https://img.shields.io/badge/build-Gitea%20Runner-2563eb",
"url": "https://git.wilkensxl.de/REPOSITORY_OWNER/REPOSITORY_NAME/actions"
"url": "CI_URL"
},
{
"alt": "Version",
"img": "https://img.shields.io/badge/version-0.1.0-111827",
"url": "https://git.wilkensxl.de/REPOSITORY_OWNER/REPOSITORY_NAME/releases"
"url": "RELEASES_URL"
}
],
"headingPrefix": {
@@ -27,4 +27,3 @@
],
"text": "PROJECT_DESCRIPTION"
}