docs(issue-template): 添加BUG反馈模板文件

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