From cbd9b30aa487d628fd369dd8f8f1f292a6f137af Mon Sep 17 00:00:00 2001 From: Seefs <40468931+seefs001@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:53:56 +0800 Subject: [PATCH] fix(github): restore issue form visibility (#6454) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 -- .github/ISSUE_TEMPLATE/bug_report_en.yml | 2 -- .github/ISSUE_TEMPLATE/feature_request.yml | 2 -- .github/ISSUE_TEMPLATE/feature_request_en.yml | 2 -- 4 files changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2ff00a04..8ee0cabe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,9 +1,7 @@ name: 报告问题 description: 使用简练详细的语言描述你遇到的问题 -title: "" labels: - bug -assignees: [] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_report_en.yml b/.github/ISSUE_TEMPLATE/bug_report_en.yml index 7aadc00c..67bf1404 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_en.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_en.yml @@ -1,9 +1,7 @@ name: Bug Report description: Describe the issue you encountered with clear and detailed language -title: "" labels: - bug -assignees: [] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2387cb25..2b1b118c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,9 +1,7 @@ name: 功能请求 description: 使用简练详细的语言描述希望加入的新功能 -title: "" labels: - enhancement -assignees: [] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request_en.yml b/.github/ISSUE_TEMPLATE/feature_request_en.yml index 565d67da..a34070c6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_en.yml +++ b/.github/ISSUE_TEMPLATE/feature_request_en.yml @@ -1,9 +1,7 @@ name: Feature Request description: Describe the new feature you would like to add with clear and detailed language -title: "" labels: - enhancement -assignees: [] body: - type: markdown attributes: