diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..5240483 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,34 @@ +--- +name: Bug 报告 +about: 有关 bug 的报告 +title: "[Bug]" +labels: bug, triage +assignees: "" +--- + +## 请确认: + +* [ ] 问题的标题明确 +* [ ] 我翻阅过其他的 issue 并且找不到类似的问题 +* [ ] 我已经阅读了[相关文档](https://chronocat.vercel.app) 并仍然认为这是一个Bug + +# Bug + +## 问题 + + +## 如何复现 + + +## 预期行为 + + +## 使用环境: +- 操作系统 (Windows/Linux/Mac): +- Python 版本: +- Nonebot2 版本: +- Chronocat 版本: +- 是否使用 `BetterQQNT`: + +## 日志/截图 + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..852090e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,27 @@ +--- +name: Feature 特性请求 +about: 为 Nonebot-Plugin-Alconna 加份菜 +title: "[Feature] " +labels: enhancement, triage +assignees: "" +--- + +## 请确认: + +* [ ] 新特性的目的明确 +* [ ] 我已经阅读了[相关文档](https://chronocat.vercel.app) 并且找不到类似特性 + + +## Feature +### 概要 + + + +### 是否已有相关实现 + +暂无 + + +### 其他内容 + +暂无