From 66cf1b05be2656beb652719fd0b96405df6b917a Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sun, 28 Jul 2024 21:32:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96issue=E5=92=8Cpr?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 34 ++++----------------------- .github/pull_request_template.md | 26 +++++++------------- 2 files changed, 14 insertions(+), 46 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 24e7983..12f9b83 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -3,17 +3,6 @@ description: 报错或漏洞请使用这个模板创建,不使用此模板创 title: "[Bug]: " labels: ["bug?"] body: - - type: dropdown - attributes: - label: 部署方式 - description: "主程序使用的部署方式" - options: - - 手动部署 - - 安装器部署 - - 一键安装包部署 - - Docker部署 - validations: - required: true - type: dropdown attributes: label: 消息平台适配器 @@ -27,37 +16,24 @@ body: required: false - type: input attributes: - label: 系统环境 - description: 操作系统、系统架构、**主机地理位置**,地理位置最好写清楚,涉及网络问题排查。 - placeholder: 例如: CentOS x64 中国大陆、Windows11 美国 - validations: - required: true - - type: input - attributes: - label: Python环境 - description: 运行程序的Python版本 - placeholder: 例如: Python 3.10 + label: 运行环境 + description: 操作系统、系统架构、**Python版本**、**主机地理位置** + placeholder: 例如: CentOS x64 Python 3.10.3、Docker 的直接写 Docker 就行 validations: required: true - type: input attributes: label: QChatGPT版本 description: QChatGPT版本号 - placeholder: 例如: v2.6.0,可以使用`!version`命令查看 + placeholder: 例如:v3.3.0,可以使用`!version`命令查看,或者到 pkg/utils/constants.py 查看 validations: required: true - type: textarea attributes: label: 异常情况 - description: 完整描述异常情况,什么时候发生的、发生了什么,尽可能详细 + description: 完整描述异常情况,什么时候发生的、发生了什么。**请附带日志信息。** validations: required: true - - type: textarea - attributes: - label: 日志信息 - description: 请提供完整的 **登录框架 和 QChatGPT控制台**的相关日志信息(若有),不提供日志信息**无法**为您排查问题,请尽可能详细 - validations: - required: false - type: textarea attributes: label: 启用的插件 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ef4bad9..6b636c2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,24 +2,16 @@ 实现/解决/优化的内容: -### 事务 +## 检查清单 -- [ ] 已阅读仓库[贡献指引](https://github.com/RockChinQ/QChatGPT/blob/master/CONTRIBUTING.md) -- [ ] 已与维护者在issues或其他平台沟通此PR大致内容 +### PR 作者完成 -## 以下内容可在起草PR后、合并PR前逐步完成 +- [ ] 阅读仓库[贡献指引](https://github.com/RockChinQ/QChatGPT/blob/master/CONTRIBUTING.md)了吗? +- [ ] 与项目所有者沟通过了吗? -### 功能 +### 项目所有者完成 -- [ ] 已编写完善的配置文件字段说明(若有新增) -- [ ] 已编写面向用户的新功能说明(若有必要) -- [ ] 已测试新功能或更改 - -### 兼容性 - -- [ ] 已处理版本兼容性 -- [ ] 已处理插件兼容问题 - -### 风险 - -可能导致或已知的问题: +- [ ] 相关 issues 链接了吗? +- [ ] 配置项写好了吗?迁移写好了吗?生效了吗? +- [ ] 依赖写到 requirements.txt 和 core/bootutils/deps.py 了吗 +- [ ] 文档编写了吗? \ No newline at end of file