WeChatMsg/.github/ISSUE_TEMPLATE/1_bug_report.yml

68 lines
1.8 KiB
YAML
Raw Normal View History

2024-01-02 21:13:29 +08:00
name: '🐛 反馈缺陷 Bug Report'
description: '反馈一个问题缺陷 | Report an bug'
title: '[Bug] '
2024-01-08 21:43:10 +08:00
labels: ['🐛 Bug']
2024-01-02 21:13:29 +08:00
body:
2024-01-09 09:36:30 +08:00
- type: dropdown
attributes:
label: '👌 是否需要解答'
options:
-
-
validations:
required: true
2024-01-02 21:13:29 +08:00
- type: dropdown
attributes:
2024-01-02 21:24:08 +08:00
label: '👌 是否检查过没有类似issue'
2024-01-02 21:13:29 +08:00
options:
2024-01-02 21:24:08 +08:00
-
2024-01-07 23:45:34 +08:00
-
2024-01-02 21:24:08 +08:00
validations:
required: true
- type: dropdown
attributes:
label: '💻 Python版本'
options:
- 3.12
- 3.11
- 3.10
2024-01-02 21:13:29 +08:00
- Other
2024-01-08 21:43:10 +08:00
- 什么是Python
- 我用的EXE程序
2024-01-03 09:14:15 +08:00
- type: dropdown
attributes:
label: '💻 微信版本'
options:
- 3.9.8.25
- 3.9.8.15
- Other(更新到最新版再试试)
2024-01-02 21:13:29 +08:00
- type: dropdown
attributes:
2024-01-02 21:24:08 +08:00
label: '软件版本 | EXE Version'
2024-01-02 21:13:29 +08:00
options:
2024-01-09 09:36:30 +08:00
- 我是找茬的
2024-01-02 21:24:08 +08:00
- 最新版
2024-01-02 21:13:29 +08:00
- Other
2024-01-08 21:43:10 +08:00
- 源码
2024-01-02 21:13:29 +08:00
validations:
required: true
- type: textarea
attributes:
label: '🐛 问题描述 | Bug Description'
description: A clear and concise description of the bug.
value: '报错截图:'
2024-01-02 21:13:29 +08:00
validations:
required: true
- type: textarea
attributes:
label: '🚦 期望结果 | Expected Behavior'
description: A clear and concise description of what you expected to happen.
- type: textarea
attributes:
label: '📷 复现步骤 | Recurrence Steps'
description: A clear and concise description of how to recurrence.
- type: textarea
attributes:
label: '📝 补充信息 | Additional Information'
description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.