Create bug.yaml
This commit is contained in:
87
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
87
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
name: Bug 报告 🐛
|
||||
description: 汇报一个BUG
|
||||
labels: [ "bug" ]
|
||||
assignees:
|
||||
- Mr-Quin
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: 感谢汇报BUG ❤️
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 最新版本
|
||||
description: 请确认您使用的是最新版本,问题可能已经被修复。
|
||||
options:
|
||||
- label: 我使用的是最新版本
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 问题描述
|
||||
description: 请提供尽可能详细的问题描述
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 复现步骤
|
||||
description: 如何复现这个问题?
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 网络请求与日志
|
||||
description: |
|
||||
请供网络请求与日志信息
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## 运行环境"
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: 部署方式
|
||||
description: 请选择您的部署方式
|
||||
options:
|
||||
- Docker
|
||||
- Vercel
|
||||
- 其他
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: 其他部署方式
|
||||
description: 如果选择了“其他”,请在此输入您的部署方式
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: 浏览器类型
|
||||
description: 请选择您的浏览器类型
|
||||
options:
|
||||
- Chrome
|
||||
- Firefox
|
||||
- Edge
|
||||
- Safari
|
||||
- 其他
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: 其他浏览器
|
||||
description: 如果选择了“其他”,请在此输入您的浏览器类型
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 是否为移动设备
|
||||
options:
|
||||
- label: 是
|
||||
Reference in New Issue
Block a user