From 9c9362fa31b6f0c8172b08618cce7ae6aadf8108 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sun, 21 Apr 2024 18:15:58 +0200 Subject: [PATCH] github: permits blank issue Blank issue might be used by devs to create tracking issue or by advanced user to report more strange issue. These kind of issue won't be parsed and won't be tagged. Normally bBug report should be used for 99% of the cases. Signed-off-by: Christian Marangi --- .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 91e2489077..39d9234453 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ --- -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: Feature request url: https://forum.openwrt.org/c/feature-requests -- 2.30.2