From 189d6de2b1fce2a5a7392960fb6c70d6e6291fae 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:26:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitihub/ISSUE=5FTEMPLATE/?= =?UTF-8?q?config.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitihub/ISSUE_TEMPLATE/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitihub/ISSUE_TEMPLATE/config.yml diff --git a/.gitihub/ISSUE_TEMPLATE/config.yml b/.gitihub/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..47ee207 --- /dev/null +++ b/.gitihub/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +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