From 977bd25e9aa51e9677aa196479bdc3c5448d8765 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Fri, 3 Apr 2026 15:52:47 +0200 Subject: [PATCH] fix: disable blank issue forms --- .gitea/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/config.yml b/.gitea/ISSUE_TEMPLATE/config.yml index f2ee47f..8f2161f 100644 --- a/.gitea/ISSUE_TEMPLATE/config.yml +++ b/.gitea/ISSUE_TEMPLATE/config.yml @@ -1,2 +1,2 @@ # yaml-language-server: $schema=https://www.schemastore.org/gitea-issue-config.json -blank_issues_enabled: true \ No newline at end of file +blank_issues_enabled: false \ No newline at end of file