-
Notifications
You must be signed in to change notification settings - Fork 28
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
4 changed files
with
70 additions
and
10 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
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,36 @@ | ||
--- | ||
name: 报告 Bug | ||
about: 发现了一个 bug! | ||
title: 'bug: your bug...' | ||
labels: bug | ||
assignees: BuptStEve | ||
|
||
--- | ||
|
||
**版本** | ||
Version [e.g. 0.1.0] | ||
|
||
**描述一下 bug** | ||
简洁清晰地描述一下 bug。如果方便的话,添加一些截图描述你的问题。 | ||
|
||
**复现 bug** | ||
复现的步骤: | ||
|
||
1. 首先 '...' | ||
2. 点击了 '...' | ||
3. 滚动到了 '...' | ||
4. 看到了错误 | ||
|
||
如果方便的话: | ||
|
||
* 复现 bug 的在线地址: | ||
* codepen: https://codepen.io/ | ||
* jsfiddle: https://jsfiddle.net/ | ||
* codesandbox: https://codesandbox.io/ | ||
* 复现 bug 的仓库地址:https://github.com/new | ||
|
||
**预期行为** | ||
简洁清晰地描述一下预期行为。 | ||
|
||
**附加上下文** | ||
添加一些问题的相关上下文。 |
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
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 | ||
about: 新特性支持 | ||
title: 'feat: your feature...' | ||
labels: enhancement | ||
assignees: BuptStEve | ||
|
||
--- | ||
|
||
**你的功能请求是否与某些问题相关?请描述** | ||
简洁清晰地描述一下当前有什么问题。如果方便的话,添加一些截图描述你的问题。 | ||
|
||
**描述您想要的解决方案** | ||
简洁清晰地描述一下你想要的特性是怎样的。 | ||
|
||
**描述你考虑过的备选方案** | ||
简洁清晰地描述一下你考虑过的其他备选方案,可能会有什么问题。 | ||
|
||
**附加上下文** | ||
添加一些问题的相关上下文。 |