diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a6e455d..efd4442 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,15 +8,10 @@ body: value: | 感谢您花时间填写此问题报告!在提交之前,请确保您已完成以下检查。 - - type: markdown - attributes: - value: | - ### 1. 问题检查清单 - - type: checkboxes id: checklist attributes: - label: 必填检查项 + label: 1.1 必填清单检查 description: 在提交 issue 之前,请确认您已完成以下检查 options: - label: 我已经搜索过 [现有的 Issues](https://github.com/zpj80231/idea-set/issues?q=is%3Aissue),没有找到类似问题 @@ -26,16 +21,11 @@ body: - label: 当前仓库是否为最新代码(请更新至最新版本重试) required: true - - type: markdown - attributes: - value: | - ### 2. 环境信息 - - type: input id: os-version attributes: label: 2.1 操作系统 - description: 如果是 macOS,请填写版本号(如 14.1);如果是 Linux,请填写发行版名称 + description: 如果是 macOS,请填写版本号(如 15.7.1);如果是 Linux,请填写发行版名称 placeholder: 例如:macOS 15.7.1 或 Windows 11 validations: required: true @@ -49,11 +39,6 @@ body: validations: required: true - - type: markdown - attributes: - value: | - ### 3. 问题描述 - - type: textarea id: problem-description attributes: @@ -79,7 +64,7 @@ body: - type: textarea id: expected-behavior attributes: - label: 预期行为 + label: 3.3 预期行为 description: 描述您期望发生什么 placeholder: 我期望... validations: @@ -88,17 +73,12 @@ body: - type: textarea id: actual-behavior attributes: - label: 实际行为 + label: 3.4 实际行为 description: 描述实际发生了什么 placeholder: 实际上... validations: required: true - - type: markdown - attributes: - value: | - ### 4. 相关信息 - - type: textarea id: config-file attributes: @@ -121,11 +101,6 @@ body: validations: required: false - - type: markdown - attributes: - value: | - ### 5. 补充信息 - - type: textarea id: tried-solutions attributes: