Skip to content

Commit

Permalink
feat: 新增 issues 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
CakmLexi committed Jun 26, 2024
1 parent aab34eb commit 5eb6eca
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: 提交Bug / Submit Bug
about: 向我们报告一个Bug以帮助我们改进
title: 'Bug: '
labels: bug
---

警告: 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭

- 确保您使用的是最新版本的`Karin`
- 确保您的问题尚未在 Issues 列表中提出.
- 确保您的问题不是由于您的代码错误导致的.

## 描述问题

简要描述遇到的问题。

## 复现步骤

详细描述如何复现该问题:

1. 第一步
2. 第二步
3. ...

## 预期行为

预期应该发生什么?

## 实际行为

实际发生了什么?

## 环境信息

- 操作系统:
- Node.js 版本:
- 项目版本:

## 附加信息

任何额外的上下文或截图。
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: 功能请求 / Feature Request
about: 向我们提交一个新功能的请求
title: 'feat: '
labels: enhancement
---

警告: 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭

- 确保您使用的是 最新版本的`Karin`
- 确保您的功能请求尚未在 Issues 列表中提出.
- 确保您的功能请求是与 `Karin` 相关的,且可以实现.

## 描述功能

请清晰地描述您想要的功能,并提供相关的信息。

## 动机

为什么需要这个功能?它将如何改进项目?

## 实现方法

请提供您认为可以实现此功能的方法,如果您不知道如何实现,可以留空。
当然,如果您有兴趣,也可以自己实现并向我们提交 Pull Request。

## 功能描述

简要描述你希望增加的功能。

## 替代方案

是否有其他可行的替代方案?

## 附加信息

任何额外的上下文或截图。

0 comments on commit 5eb6eca

Please sign in to comment.