From 914292a80b4afe1806aad79c17658357124ce39f Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 24 Dec 2024 15:47:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9issue=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, 8 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e912935e..def149c3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -17,15 +17,8 @@ body: - type: input attributes: label: 运行环境 - description: 操作系统、系统架构、**Python版本**、**主机地理位置** - placeholder: 例如: CentOS x64 Python 3.10.3、Docker 的直接写 Docker 就行 - validations: - required: true - - type: input - attributes: - label: LangBot 版本 - description: LangBot (QChatGPT) 版本号 - placeholder: 例如:v3.3.0,可以使用`!version`命令查看,或者到 pkg/utils/constants.py 查看 + description: LangBot 版本、操作系统、系统架构、**Python版本**、**主机地理位置** + placeholder: 例如:v3.3.0、CentOS x64 Python 3.10.3、Docker 的系统直接写 Docker 就行 validations: required: true - type: textarea @@ -34,6 +27,12 @@ body: description: 完整描述异常情况,什么时候发生的、发生了什么。**请附带日志信息。** validations: required: true + - type: textarea + attributes: + label: 复现步骤 + description: 如何重现这个问题,越详细越好 + validations: + required: false - type: textarea attributes: label: 启用的插件