From 8e4c42bbbeee1ac0199317a18bdf373c68b2071a Mon Sep 17 00:00:00 2001 From: MatrixSeven Date: Wed, 3 Sep 2025 10:46:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:issue=E6=A8=A1=E6=9D=BF=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 31 --------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b858364..8cf90f7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,24 +60,6 @@ body: validations: required: true - - type: textarea - id: expected-behavior - attributes: - label: 预期行为 - description: 您期望发生什么? - placeholder: 文件应该能够正常传输完成 - validations: - required: true - - - type: textarea - id: actual-behavior - attributes: - label: 实际行为 - description: 实际发生了什么? - placeholder: 传输进度到50%时连接突然断开,显示"连接失败"错误 - validations: - required: true - - type: textarea id: logs attributes: @@ -111,16 +93,3 @@ body: - 是否在多个设备上都出现 - 最近是否有环境变化 - 其他可能相关的信息... - - - type: checkboxes - id: terms - attributes: - label: 确认事项 - description: 在提交前,请确认以下事项 - options: - - label: 我已经搜索了现有的 Issues,确认这不是重复问题 - required: true - - label: 我已经提供了足够的信息来复现和诊断问题 - required: true - - label: 我理解维护者可能需要更多信息来解决问题 - required: true