From 357f379b98721ce1aa32b9d4ac06ae7f3deaec00 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Wed, 26 Aug 2026 12:34:24 +0200 Subject: [PATCH] Allow blank issues Enable blank issues so contributors can bypass structured issue forms when appropriate, and ensure GitHub features like creating an issue from a referenced comment work as expected. --- .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 8617188..f41b03b 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: Report a security vulnerability