-
Notifications
You must be signed in to change notification settings - Fork 800
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
47 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,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[Bug] 清晰而简洁的描述" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Bug 描述** | ||
<!--清晰而简洁的描述--> | ||
|
||
**复现步骤** | ||
|
||
1. 前往 xxxx | ||
2. 设置 xxx 为 xxx | ||
3. 出现 xxx | ||
|
||
**期望行为** | ||
<!--清晰而简洁的描述--> | ||
|
||
**截图** | ||
<!--如果适用,请添加屏幕截图来帮助解释您的问题。--> | ||
|
||
**环境变量** | ||
<!--敏感信息请使用xxxx或其他方式进行适当处理--> |
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,21 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature Request] 清晰简洁的描述" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**您的功能请求是否与问题相关?请描述** | ||
<!--清晰简洁地描述问题所在。--> | ||
例如,我总是遇到以下情况 [...] | ||
|
||
**描述您想要的解决方案** | ||
<!--对您希望发生的事情的清晰而简洁的描述。--> | ||
|
||
**描述你考虑过的替代方案** | ||
<!--对您考虑过的任何替代解决方案或功能的清晰简洁的描述。--> | ||
|
||
**其他信息** | ||
<!--在此处添加有关功能请求的任何其他上下文或屏幕截图。--> |