From f6c36c291e1930247ee39e9a0ab7ee18910c2a93 Mon Sep 17 00:00:00 2001 From: JieXu Date: Tue, 21 Oct 2025 00:10:45 +0800 Subject: [PATCH] Update 01_bug_report.yml --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index c263b1d0..52de897e 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -11,6 +11,9 @@ body: 2. **已升级到最新客户端版本。** 3. **已通过搜索确认是否有人提出过相同问题。** 4. **已确认自己的电脑系统环境是受支持的。** + + --- + - type: input id: "os-version" attributes: @@ -18,6 +21,7 @@ body: description: "操作系统和版本" validations: required: true + - type: input id: "expectation" attributes: @@ -25,6 +29,7 @@ body: description: "描述你认为应该发生什么" validations: required: true + - type: textarea id: "describe-the-bug" attributes: @@ -32,22 +37,25 @@ body: description: "描述实际发生了什么" validations: required: true + - type: textarea id: "reproduction-method" attributes: label: "复现方法" description: "在BUG出现前执行了哪些操作" - placeholder: 标序号 + placeholder: "标序号" validations: required: true + - type: textarea id: "log" attributes: label: "日志信息" description: "位置在软件当前目录下的guiLogs" - placeholder: 在日志开始和结束位置粘贴冒号后的内容:``` + placeholder: "在日志开始和结束位置粘贴冒号后的内容:```" validations: required: true + - type: textarea id: "more" attributes: @@ -55,6 +63,7 @@ body: description: "可选" validations: required: false + - type: checkboxes id: "latest-version" attributes: @@ -63,6 +72,7 @@ body: options: - label: 是 required: true + - type: checkboxes id: "issues" attributes: @@ -71,6 +81,7 @@ body: options: - label: 是 required: true + - type: checkboxes id: "system-version" attributes: