-
Notifications
You must be signed in to change notification settings - Fork 164
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
9061c8a
commit ceee43d
Showing
3 changed files
with
50 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,29 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
labels: [ bug ] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: 描述你遇到的问题 | ||
description: 简洁有效的说明。 | ||
- type: textarea | ||
attributes: | ||
label: 如何重现问题 | ||
description: 把你遇到的问题的发生步骤替换掉下面的内容 | ||
value: | | ||
1. 打开页面 ... | ||
2. 点击 .... | ||
3. 滑动到 .... | ||
4. 出错的位置 | ||
- type: textarea | ||
attributes: | ||
label: 截图 | ||
description: 如有必要,可以截图说明 | ||
- type: input | ||
attributes: | ||
label: 固件/操作系统版本 | ||
description: 例如 16.0.3|AMS 1.5.4|S | ||
- type: textarea | ||
attributes: | ||
label: 期待修复的效果 | ||
description: 简单描述。 |
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 @@ | ||
blank_issues_enabled: false |
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,20 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: [ feature ] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: 您的功能请求是否与问题相关?请描述 | ||
description: 对问题的清晰而简洁的描述 | ||
- type: textarea | ||
attributes: | ||
label: 描述您想要的解决方案 | ||
description: 简洁的描述 | ||
- type: textarea | ||
attributes: | ||
label: 描述您考虑过的替代方案 | ||
description: 简洁的描述 | ||
- type: textarea | ||
attributes: | ||
label: 其他补充 | ||
description: 在此处添加有关功能请求的任何其他信息或屏幕截图。 |