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: 启用的插件