From 4b36aa5c6b08ec42cfdb4f2774974ba2cc56a2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=BD=E6=97=A5=E9=9F=B3=E4=B9=90?= Date: Fri, 26 Sep 2025 10:31:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.github/ISSUE=5FTEMPLATE/c?= =?UTF-8?q?onfig.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..58c21ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +templates: + - name: Bug报告 + about: 创建一个Bug报告以帮助我们改进 + file: bug_report.yml + - name: 功能请求 + about: 为这个项目提出一个想法 + file: feature_request.yml \ No newline at end of file