From 7942b73af304589196a4b79c9f02a10971cee910 Mon Sep 17 00:00:00 2001 From: inventory69 Date: Tue, 23 Dec 2025 23:57:01 +0100 Subject: [PATCH] fix: Enable blank issues in issue templates [skip ci] --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2af9ece..057a816 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: 📖 Dokumentation / Documentation url: https://github.com/inventory69/simple-notes-sync/blob/main/README.md