Browse Source

增加 issueid

main
piexlmax 3 years ago
parent
commit
53913774e7
  1. 6
      .github/ISSUE_TEMPLATE/bug_report.yaml
  2. 2
      .github/ISSUE_TEMPLATE/feature_request.yaml

6
.github/ISSUE_TEMPLATE/bug_report.yaml

@ -8,6 +8,7 @@ assignees:
- SliverHorn - SliverHorn
body: body:
- type: input - type: input
id: gva
attributes: attributes:
label: gin-vue-admin 版本 label: gin-vue-admin 版本
description: 请输入您当前使用的项目版本? description: 请输入您当前使用的项目版本?
@ -15,6 +16,7 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: node
attributes: attributes:
label: Node 版本 label: Node 版本
description: 请输入您当前使用的NODE版本? description: 请输入您当前使用的NODE版本?
@ -22,6 +24,7 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: golang
attributes: attributes:
label: Golang 版本 label: Golang 版本
description: 请输入您当前使用的GOLANG版本? description: 请输入您当前使用的GOLANG版本?
@ -29,6 +32,7 @@ body:
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: reappearance
attributes: attributes:
label: 是否依旧存在 label: 是否依旧存在
description: 是否可以在master分支复现此bug? description: 是否可以在master分支复现此bug?
@ -39,6 +43,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: desc
attributes: attributes:
label: bug描述 label: bug描述
description: 请简要描述bug以及复现过程. description: 请简要描述bug以及复现过程.
@ -48,6 +53,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: advise
attributes: attributes:
label: 修改建议 label: 修改建议
description: 您有好的建议或者修改方案可以提供给我们。 description: 您有好的建议或者修改方案可以提供给我们。

2
.github/ISSUE_TEMPLATE/feature_request.yaml

@ -6,6 +6,7 @@ assignees:
- piexlmax - piexlmax
body: body:
- type: textarea - type: textarea
id: desc
attributes: attributes:
label: 功能描述以及必要性描述 label: 功能描述以及必要性描述
description: 您觉得此新功能会为框架带来什么便利. description: 您觉得此新功能会为框架带来什么便利.
@ -15,6 +16,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: advise
attributes: attributes:
label: 建议和方案 label: 建议和方案
description: 您有好的建议或者修改方案可以提供给我们。 description: 您有好的建议或者修改方案可以提供给我们。
Loading…
Cancel
Save