forked from deatil/lakego-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
Showing
4 changed files
with
92 additions
and
1 deletion.
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,49 @@ | ||
name: Bug 反馈 | ||
description: 提交你的 Bug 反馈给我们以便我们改进系统 | ||
title: "[Bug]: " | ||
labels: [bug] | ||
assignees: | ||
- deatil | ||
body: | ||
- type: input | ||
id: lakego | ||
attributes: | ||
label: lakego-admin 版本 | ||
description: 请输入您当前使用的项目版本? | ||
placeholder: 1.0.1 | ||
validations: | ||
required: true | ||
- type: input | ||
id: golang | ||
attributes: | ||
label: Golang 版本 | ||
description: 请输入您当前使用的 Golang 版本? | ||
placeholder: go 1.16 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: reappearance | ||
attributes: | ||
label: 是否依旧存在 | ||
description: 是否可以在 main 分支复现此 bug? | ||
options: | ||
- 可以 | ||
- 不可以 | ||
- 未测试 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: bug描述 | ||
description: 请简要描述bug以及复现过程. | ||
placeholder: | | ||
1. 首先... | ||
2. 然后... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: advise | ||
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,22 @@ | ||
name: 建议和改进 | ||
description: 提出你的建议和改进以帮助我们升级更新系统 | ||
title: "[Feature]: " | ||
labels: [feature] | ||
assignees: | ||
- deatil | ||
body: | ||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: 功能描述以及必要性描述 | ||
description: 您觉得此新功能会为框架带来什么便利? | ||
placeholder: | | ||
1. 首先... | ||
2. 然后... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: advise | ||
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,21 @@ | ||
name: 问题咨询 | ||
description: 你有任何关于项目的问题都可以咨询 | ||
title: "[Question]: " | ||
labels: [question] | ||
assignees: | ||
- deatil | ||
body: | ||
- type: textarea | ||
id: place | ||
attributes: | ||
label: 疑惑的地方 | ||
description: 您对项目存在疑惑的地方? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: result | ||
attributes: | ||
label: 期望的结果 | ||
description: 您想要对疑惑的地方得到怎样的结果? | ||
validations: | ||
required: true |
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 |
---|---|---|
|
@@ -63,7 +63,6 @@ out/ | |
*.sublime* | ||
__debug_bin | ||
.project | ||
.github | ||
|
||
# 临时文件 # | ||
###################### | ||
|