48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
name: 🐛 Bug Report
|
|
description: 提交程序错误报告
|
|
title: "[Bug] 简明问题描述"
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**请按格式填写以下内容**
|
|
- type: input
|
|
id: environment
|
|
attributes:
|
|
label: 环境信息
|
|
description: "操作系统/浏览器/项目版本/dev模式 or vscode插件"
|
|
placeholder: "例如: Windows 11 / Chrome 120 / v2.1.0 / dev模式"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: 复现步骤
|
|
description: 如何触发的错误?(按数字列表格式)"
|
|
placeholder: |
|
|
1.
|
|
2.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: 预期行为
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: 严重程度
|
|
options:
|
|
- "高(阻断正常使用)"
|
|
- "中(部分功能受限)"
|
|
- "低(轻微影响)"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional_notes
|
|
attributes:
|
|
label: 其他备注信息
|
|
description: "补充说明"
|
|
placeholder: "例如: 相关截图/日志/错误信息"
|