forked from GoAdminGroup/go-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
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
cg33
authored
Oct 16, 2019
1 parent
3148694
commit d3c8e63
Showing
4 changed files
with
78 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,14 @@ | ||
--- | ||
name: 功能需求 | ||
about: 对 GoAdmin 的需求或建议 | ||
title: "[Proposal]" | ||
labels: '' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Bug 报告 | ||
about: 提交bug帮助我们修复 | ||
title: "[BUG]" | ||
labels: "\U0001F41Bbug" | ||
assignees: '' | ||
|
||
--- | ||
|
||
**bug 描述** [详细地描述 bug,让大家都能理解] | ||
|
||
**复现步骤** [清晰描述复现步骤,让别人也能看到问题] | ||
|
||
**期望结果** [描述你原本期望看到的结果] | ||
|
||
**复现代码** [提供可复现的代码,仓库,或线上示例] | ||
|
||
**版本信息:** | ||
|
||
- GoAdmin 版本: [e.g. 1.0.0] | ||
- golang 版本 | ||
- 浏览器环境 | ||
- 开发环境 [e.g. mac OS] | ||
|
||
**其他信息** [如截图等其他信息可以贴在这里] |
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,25 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: "\U0001F41Bbug" | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Bug Description** [describe the bug in detail] | ||
|
||
**How to reproduction** [describe the steps how to reproduce the bug] | ||
|
||
**Expect** [describe your expect result] | ||
|
||
**Reproduction code** [here to show your codes or examples] | ||
|
||
**Versions** | ||
|
||
- GoAdmin version: [e.g. 1.0.0] | ||
- golang version | ||
- Browser | ||
- OS [e.g. mac OS] | ||
|
||
**Others** [screenshots or others info here] |
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,14 @@ | ||
--- | ||
name: Proposal | ||
about: Any advice for GoAdmin | ||
title: "[Proposal]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** [describe your advice] | ||
|
||
**Solution** [if any solutions, describe here] | ||
|
||
**Others** [screenshots and other info] |