📌 chore: 修改bug反馈问题标准

This commit is contained in:
zhiyu1998 2024-07-25 13:00:07 +08:00
parent 6157a19e12
commit 7cf994f36c

View File

@ -7,12 +7,12 @@ body:
attributes: attributes:
value: | value: |
感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档: 感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档:
- https://... - https://gitee.com/kyrzy0416/rconsole-plugin
- type: checkboxes - type: checkboxes
attributes: attributes:
label: 这个问题是否已经存在? label: 这个问题是否已经存在?
options: options:
- label: 我已经搜索过现有的问题 (https://gitee.com/../../issues) - label: 我已经搜索过现有的问题 (https://gitee.com/kyrzy0416/rconsole-plugin/issues)
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
@ -43,12 +43,37 @@ body:
value: | value: |
[在这里上传图片] [在这里上传图片]
- type: dropdown - type: dropdown
id: version id: yunzai
attributes: attributes:
label: 版本 label: 使用的本体
description: 你当前正在使用我们软件的哪个版本/分支 description: 你当前正在使用的崽
options: options:
- 1.7.2 (默认) - Miao
- 1.7.2 (最新) - Trss
- 其他
validations: validations:
required: true required: true
- type: dropdown
id: systemType
attributes:
label: 系统类型
description: 你当前正在使用的系统类型?
options:
- Windows
- Linux
- Mac
validations:
required: true
- type: dropdown
id: linuxType
attributes:
label: Linux类型如果是
description: 你当前正在使用的Linux是什么系统
options:
- Debian
- Ubuntu
- Arch
- CentOS
- 其他
validations:
required: false