Skip to content

Commit

Permalink
🔨 add gh template
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Sep 22, 2023
1 parent 145a059 commit 5e4f6ed
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug 报告
about: 有关 bug 的报告
title: "[Bug]"
labels: bug, triage
assignees: ""
---

## 请确认:
<!-- 确认后,请将方括号的空格替换为 x -->
* [ ] 问题的标题明确
* [ ] 我翻阅过其他的 issue 并且找不到类似的问题
* [ ] 我已经阅读了[相关文档](https://chronocat.vercel.app) 并仍然认为这是一个Bug

# Bug

## 问题
<!-- 你遇到的问题 -->

## 如何复现
<!-- 如何复现错误 -->

## 预期行为
<!-- 你希望如何更改/原本应该是怎样的 -->

## 使用环境:
- 操作系统 (Windows/Linux/Mac):
- Python 版本:
- Nonebot2 版本:
- Chronocat 版本:
- 是否使用 `BetterQQNT`:

## 日志/截图
<!-- 将任何有关的日志/截图放到这里(如:控制台输出) -->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature 特性请求
about: 为 Nonebot-Plugin-Alconna 加份菜
title: "[Feature] "
labels: enhancement, triage
assignees: ""
---

## 请确认:
<!-- 确认后,请将方括号的空格替换为 x -->
* [ ] 新特性的目的明确
* [ ] 我已经阅读了[相关文档](https://chronocat.vercel.app) 并且找不到类似特性


## Feature
### 概要
<!-- 这个新特性的功能 -->


### 是否已有相关实现
<!-- 若有, 请在此处贴出 -->
暂无


### 其他内容
<!-- 你认为有用的其他信息 -->
暂无

0 comments on commit 5e4f6ed

Please sign in to comment.