-
Notifications
You must be signed in to change notification settings - Fork 33
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
1 parent
07663b5
commit dc1933d
Showing
3 changed files
with
55 additions
and
20 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,32 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: '[BUG] ' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
**Bug 描述** | ||
简明扼要地描述这个bug | ||
|
||
**复现步骤** | ||
1. 第一步 | ||
2. 第二步 | ||
3. 发生错误 | ||
|
||
**预期行为** | ||
描述你期望发生的事情 | ||
|
||
**实际行为** | ||
描述实际发生的事情 | ||
|
||
**截图** | ||
如果有的话,添加截图 | ||
|
||
**环境信息:** | ||
- 操作系统:[例如 iOS] | ||
- 浏览器:[例如 chrome, safari] | ||
- 版本:[例如 22] | ||
|
||
**其他信息** | ||
其他需要补充的信息 |
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,16 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: '[FEATURE] ' | ||
labels: enhancement | ||
assignees: '' | ||
--- | ||
|
||
**需求描述** | ||
清晰简洁地描述你想要什么功能 | ||
|
||
**解决方案** | ||
描述你期望的解决方案 | ||
|
||
**其他信息** | ||
其他相关的信息或截图 |
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