Skip to content

Commit

Permalink
feat: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Apr 2, 2024
1 parent 7938e08 commit 07da050
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug--系统出现异常.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: 'bug: 系统出现异常'
about: 在使用中出现的系统问题
title: 'bug: '
labels: bug
assignees: DVKunion

---

**注意**
- [ ] 我确定已经认真的阅读了手册。
- [ ] 我确信这是一个BUG,而不是由于个人配置和错误的使用导致的。

**问题描述**


**如何复现**
复现步骤如下:
1. xxxxxx
2. xxxxxx
3. xxxxxx
4. xxxxxxx

**预期的结果**

**截图**
注意隐私信息

**其他信息**
+ Seamoon版本:
+ 系统类型(linux/windows/darwin):
+ 系统版本:
+ 运行模式(binary/docker):


**Additional context**
Add any other context about the problem here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature--我有一个好的想法.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 'feature: 我有一个好的想法'
about: 如果你有任何有趣的想法,欢迎提交和讨论
title: 'feat: '
labels: feature
assignees: DVKunion

---

**简要描述一下你的需求,以及为什么需要实现它**

**是否已经存在成熟的解决方案或实现的思路**

**更多信息**
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/question--我需要帮助-.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: 'question: 我需要帮助 '
about: 在使用中我不确定是哪里出现了问题,需要帮助
title: 'question:'
labels: question
assignees: DVKunion

---

**问题描述**


**复现步骤**


**截图**


**其他信息**

+ Seamoon版本:
+ 系统类型(linux/windows/darwin):
+ 系统版本:
+ 运行模式(binary/docker):

0 comments on commit 07da050

Please sign in to comment.