From 6773ca36ca0cb79a545375be86fdec70420de536 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Wed, 8 Feb 2023 12:36:14 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ---------------------------- .github/ISSUE_TEMPLATE/custom.md | 27 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 37 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5d934da..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -### 前置确认 - -1. 运行于国内网络环境,未开代理 -2. python 已安装:版本在 3.7 ~ 3.10 之间,依赖已安装 -3. 在已有 issue 中未搜索到类似问题 -4. [FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs) 中无类似问题 - - -### 问题描述 - -> 简要说明、截图、复现步骤等: - - - - -### 终端日志 (如有报错) - -``` -[在此处粘贴终端日志] -``` - - - -### 环境 - - - 操作系统类型 (Mac/Windows/Linux): - - Python版本 ( 执行 `python3 -V` ): - - pip版本 ( 依赖问题此项必填,执行 `pip3 -V`): diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81..c22fd2c 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -7,4 +7,31 @@ assignees: '' --- +### 前置确认 +1. 运行于国内网络环境,未开代理 +2. python 已安装:版本在 3.7 ~ 3.10 之间,依赖已安装 +3. 在已有 issue 中未搜索到类似问题 +4. [FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs) 中无类似问题 + + +### 问题描述 + +> 简要说明、截图、复现步骤等: + + + + +### 终端日志 (如有报错) + +``` +[在此处粘贴终端日志] +``` + + + +### 环境 + + - 操作系统类型 (Mac/Windows/Linux): + - Python版本 ( 执行 `python3 -V` ): + - pip版本 ( 依赖问题此项必填,执行 `pip3 -V`):