From 1354772f3b12c5678ca8bfe27a587f98254615e5 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:30:54 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20.github/ISSUE=5FTEMPLATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 66 +++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..bdd64af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,66 @@ +name: Bug报告 +about: 创建一个Bug报告以帮助我们改进 +title: '[BUG] ' +labels: BUG +assignees: '' +ref: 1.0 + +body: + - type: textarea + id: description + attributes: + label: 问题描述 + description: 请清晰简洁地描述这个Bug是什么 + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: 复现步骤 + description: 复现这个Bug的步骤 + placeholder: | + 1. 打开页面 '...' + 2. 点击 '....' + 3. 滚动到 '....' + 4. 看到错误 + validations: + required: true + - type: textarea + id: expected + attributes: + label: 预期行为 + description: 清晰简洁地描述你期望发生的事情 + validations: + required: true + - type: textarea + id: actual + attributes: + label: 实际行为 + description: 清晰简洁地描述实际发生的事情 + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: 截图 + description: 如果适用,添加截图以帮助解释你的问题 + validations: + required: false + - type: textarea + id: environment + attributes: + label: 环境信息 + description: 请提供你的环境信息 + placeholder: | + 操作系统: Windows 10 + 浏览器: Chrome 90.0.4430.212 + 设备: 桌面 + validations: + required: false + - type: textarea + id: additional + attributes: + label: 其他信息 + description: 在此处添加有关问题的任何其他上下文 + validations: + required: false \ No newline at end of file