From 7cf994f36c0656867f276a899e4337ee46e8482c Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Thu, 25 Jul 2024 13:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20chore:=20=E4=BF=AE=E6=94=B9bug?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E9=97=AE=E9=A2=98=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 41 +++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 7f73514..9c5a757 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -7,12 +7,12 @@ body: attributes: value: | 感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档: - - https://... + - https://gitee.com/kyrzy0416/rconsole-plugin - type: checkboxes attributes: label: 这个问题是否已经存在? options: - - label: 我已经搜索过现有的问题 (https://gitee.com/../../issues) + - label: 我已经搜索过现有的问题 (https://gitee.com/kyrzy0416/rconsole-plugin/issues) required: true - type: textarea attributes: @@ -43,12 +43,37 @@ body: value: | [在这里上传图片] - type: dropdown - id: version + id: yunzai attributes: - label: 版本 - description: 你当前正在使用我们软件的哪个版本/分支? + label: 使用的本体 + description: 你当前正在使用的崽? options: - - 1.7.2 (默认) - - 1.7.2 (最新) + - Miao + - Trss + - 其他 validations: - required: true \ No newline at end of file + 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 \ No newline at end of file