Skip to content

Commit 6b618dd

Browse files
committed
ADD ISSUE_TEMPLATE
1 parent a87eeff commit 6b618dd

File tree

3 files changed

+126
-0
lines changed

3 files changed

+126
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: "Bug Report \U0001F41B"
3+
about: 创建 Bug 报告以帮助我们改进 / Create a report to help us improve
4+
title: "\U0001F41B[BUG] "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
发布前请先尝试在 Issues 内搜索一下你的问题是否已经被提出过,
12+
详细地描述 bug,让大家都能理解,请一定确定你所要发布的内容是一个 Bug,如果不确定请发 Question
13+
别忘了填写标题,标题要简短的描述问题
14+
Before posting, please try searching in Issues to see if your question has already been asked,
15+
Describe the bug in detail so that everyone can understand it
16+
Don't forget to fill in the title, which should briefly describe the problem
17+
-->
18+
19+
### 🐛 描述(Description)
20+
<!--
21+
详细的描述该问题
22+
Describe the problem in detail
23+
-->
24+
25+
26+
### 📷 复现步骤(Steps to Reproduce)
27+
28+
<!--
29+
清晰描述复现步骤,让别人也能看到问题
30+
确保上述步骤尽可能能够在大多数设备上 100% 复现,以便定位问题原因
31+
Clearly describe the reproduction steps so that others can see the problem
32+
Ensure that the above steps can be reproduced 100% on most devices as far as possible in order to locate the cause of the problem
33+
-->
34+
1.
35+
2.
36+
3.
37+
38+
### 📄 日志信息(Log Information)
39+
<!--
40+
41+
```
42+
你的日志内容
43+
Your log content
44+
```
45+
46+
-->
47+
48+
### 🚑 基本信息(Basic Information)
49+
50+
- 程序版本(Program Version):
51+
- 系统版本号(OS Version): <!-- example Windows 10.19042.844(see winver) / macOS Monterey 12 / Ubuntu 20.04.2 LTS -->
52+
53+
### 🖼 截图(Screenshots)
54+
55+
<!--
56+
截图可以贴在这里
57+
Screenshots can be posted here
58+
-->
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: "Feature request \U0001F451"
3+
about: 对程序的需求或建议 / Suggest an idea for program
4+
title: "\U0001F451[Enhancement] "
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
发布前请先尝试在 Issuse 内搜索一下你的 Feature 是否已经被提出过,
12+
别忘了填写标题,标题要简短的描述 Feature
13+
Before publishing, please try to search in issue to see if your feature has been proposed,
14+
Don't forget to fill in the title, which should briefly describe the feature
15+
-->
16+
17+
### 🥰 需求描述(Description)
18+
19+
<!--
20+
详细地描述需求,让大家都能理解
21+
Describe the requirements in detail so that everyone can understand them
22+
-->
23+
24+
### 🧐 解决方案(Solution)
25+
26+
<!--
27+
如果你有解决方案,在这里清晰地阐述
28+
If you have a solution, explain it clearly here
29+
-->
30+
31+
### 🚑 其他信息(Other Information)
32+
33+
<!--
34+
如截图等其他信息可以贴在这里
35+
Other information such as screenshots can be posted here
36+
-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "Question \U0001F9D0"
3+
about: 对程序使用的疑问或需要帮助 / Questions about the use of the program or need help
4+
title: "\U0001F9D0[Question] "
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
发布前请先尝试在 Issuse 内搜索一下你的 Question 是否已经被提出过,
12+
别忘了填写标题,标题要简短的描述 Question
13+
Before publishing, please try to search in issue to see if your question has been proposed,
14+
Don't forget to fill in the title, which should briefly describe the question
15+
-->
16+
17+
### 🧐 问题描述(Description)
18+
19+
<!--
20+
详细地描述 Question,让大家都能理解
21+
Describe the question in detail so that everyone can understand it
22+
-->
23+
24+
### 🚑 其他信息(Other Information)
25+
26+
<!--
27+
如截图等其他信息可以贴在这里
28+
Other information such as screenshots can be posted here
29+
-->
30+
31+
- 程序版本(Program Version):
32+
- 系统版本号(OS Version): <!-- example Windows 10.19042.844(see winver) / macOS Monterey 12 / Ubuntu 20.04.2 LTS -->

0 commit comments

Comments
 (0)