[openwrt/openwrt] github: permits blank issue

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 21 10:40:20 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9c9362fa31b6f0c8172b08618cce7ae6aadf8108

commit 9c9362fa31b6f0c8172b08618cce7ae6aadf8108
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sun Apr 21 18:15:58 2024 +0200

    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 <ansuelsmth at gmail.com>
---
 .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




More information about the lede-commits mailing list