-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: 报告Bug | ||
about: 创建一个问题报告帮助我们做得更好 | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**问题描述** | ||
请对问题做一个简单描述。 | ||
|
||
**问题复现** | ||
复现问题需要进行的操作: | ||
1. 打开 '...' | ||
2. 点击 '....' | ||
3. 看到问题 | ||
|
||
**期望的效果** | ||
经过上述操作你希望得到的结果. | ||
|
||
**截屏** | ||
添加截图图片有助于解释您的问题. | ||
|
||
**版本信息 (这是必要的):** | ||
- OS: [e.g. iOS] | ||
- Package [e.g. xxx_wine.tar.gz] | ||
- Version [e.g. 0.1] | ||
|
||
**额外的信息** | ||
一些关于此问题的额外信息. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Version Information (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Package [e.g. xxx_wine.tar.gz] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |