From 23a05fe5b006c43757ed7e3d1a6c1a1146b745d2 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Fri, 22 Dec 2023 11:03:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AE=8C=E5=96=84issue=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7ea3007..5ff753a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -37,15 +37,28 @@ body: placeholder: 例如: Python 3.10 validations: required: true + - type: input + attributes: + label: QChatGPT版本 + description: QChatGPT版本号 + placeholder: 例如: v2.6.0,可以使用`!version`命令查看 + validations: + required: true - type: textarea attributes: label: 异常情况 - description: 完整描述异常情况,什么时候发生的、发生了什么 + description: 完整描述异常情况,什么时候发生的、发生了什么,尽可能详细 validations: required: true - type: textarea attributes: label: 日志信息 - description: 请提供完整的 **登录框架 和 QChatGPT控制台**的相关日志信息(若有),不提供日志信息**无法**为您排查问题 + description: 请提供完整的 **登录框架 和 QChatGPT控制台**的相关日志信息(若有),不提供日志信息**无法**为您排查问题,请尽可能详细 + validations: + required: false + - type: textarea + attributes: + label: 启用的插件 + description: 有些情况可能和插件功能有关,建议提供插件启用情况。可以使用`!plugin`命令查看已启用的插件 validations: required: false