32 lines
727 B
YAML
Raw Normal View History

2024-04-22 22:58:06 +08:00
name: Bug Report 错误报告
description: Report bugs 报告错误
labels: bug
body:
- type: input
attributes:
label: Version 程序版本
validations:
required: true
2024-08-07 16:07:19 +08:00
- type: input
attributes:
label: OS version and bits 系统版本和位数
placeholder: >
e.g. windows 7 sp1 32 bits, windows 11 23H2 64 bits
validations:
required: true
2024-04-22 22:58:06 +08:00
- type: textarea
attributes:
2024-05-02 01:49:09 +08:00
label: bug's screenshot 错误截图
validations:
required: true
2024-04-22 22:58:06 +08:00
- type: textarea
attributes:
label: Reproduction steps 复现步骤
2024-04-22 23:18:15 +08:00
description: >
Describe the reproduction steps precisely if possible.
2024-04-22 23:20:08 +08:00
2024-04-22 23:18:15 +08:00
尽可能详细描述错误产生的细节。
2024-08-07 16:00:49 +08:00
validations:
required: true