From 32850947b8fc46937fae4fb70bb7c9a3f28a86ff Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sun, 26 Mar 2023 20:12:25 +0800 Subject: [PATCH] :children_crossing: add issue template --- .github/ISSUE_TEMPLATE/问题报告.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/问题报告.md diff --git a/.github/ISSUE_TEMPLATE/问题报告.md b/.github/ISSUE_TEMPLATE/问题报告.md new file mode 100644 index 0000000..20330f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/问题报告.md @@ -0,0 +1,29 @@ +--- +name: 问题报告 +about: 我遇到了问题 +title: '' +labels: '' +assignees: '' + +--- + +## 环境 +* nonebot-bison 版本: +* nonebot 版本: +* 安装方式:(以下方式的一种或者其他方式) + 1. 通过 nb-cli 安装 + 2. 使用 poetry/pdm 等现在包管理器安装 + 3. 通过 pip install 安装 + 4. 克隆或下载项目直接使用 +* 操作系统: + +## 问题 +请在这里描述你遇到的问题 + +## 日志 +``` +请在这里粘贴你的日志 +``` + +* [ ] 我搜索过了 issue,但是并没有发现过与我类似的问题 +* [ ] 我确认在日志中去掉了敏感信息