From 75ea097074cbb418726d77112449a4e042c89713 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Mon, 2 Jan 2023 18:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=B7=BB=E5=8A=A0issue=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ISSUE_TEMPLATE/issue-template-question.md | 32 +++++++++++++++++++ .../issue-template-suggestion.md | 25 +++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template-question.md create mode 100644 .github/ISSUE_TEMPLATE/issue-template-suggestion.md diff --git a/.github/ISSUE_TEMPLATE/issue-template-question.md b/.github/ISSUE_TEMPLATE/issue-template-question.md new file mode 100644 index 0000000..29b54f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template-question.md @@ -0,0 +1,32 @@ +--- +name: 🐛 问题报告或求助 +about: 在使用中遇到问题,希望得到帮助 +title: '[问题]标题' +labels: question +assignees: '' + +--- + +### 确认 + +- 我的Bot版本已更新到最新,且已尝试使用`poetry install`更新依赖库 +- 我已查阅[文档-常见问题](https://docs.paimon.cherishmoon.fun/question.html),无相关解决方案 +- 我已确认[issue](https://github.com/CMHopeSunshine/LittlePaimon/issues)中没有类似的问题或仍然得不到解决 + +### 环境信息 + +- 系统版本: Windows10 +- Python版本: 3.9.10 +- Nonebot2版本: 2.0.0rc2 + +### 问题描述 + +简单的描述问题发生过程或表现... + +### 问题截图 + +提供问题或日志截图... + +### 复现步骤[可选] + +描述问题复现过程... diff --git a/.github/ISSUE_TEMPLATE/issue-template-suggestion.md b/.github/ISSUE_TEMPLATE/issue-template-suggestion.md new file mode 100644 index 0000000..c65c207 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template-suggestion.md @@ -0,0 +1,25 @@ +--- +name: ✨ 功能需求或建议 +about: 为项目提出一个新的想法或建议 +title: '[建议]标题' +labels: enhancement +assignees: '' + +--- + +### 当前不足 + +简单描述本项目当前存在的不足之处... + +### 建议内容 + +描述你想要的功能或建议... + +- 建议一 +- 建议二 +- ... + +### 参考示例[可选] + +是否有其他项目或者工具有类似的功能,可提供链接或截图... +