Browse Source

提交issue模板

main
piexlmax 3 years ago
parent
commit
0c628f3c7b
  1. 12
      .github/ISSUE_TEMPLATE/bug_report.yaml

12
.github/ISSUE_TEMPLATE/bug_report.yaml

@ -7,28 +7,28 @@ assignees:
- songzhibin97 - songzhibin97
- SliverHorn - SliverHorn
body: body:
- type: input
- type: input
attributes: attributes:
label: gin-vue-admin 版本 label: gin-vue-admin 版本
description: 请输入您当前使用的项目版本? description: 请输入您当前使用的项目版本?
placeholder: 2.4.5Beta placeholder: 2.4.5Beta
validations: validations:
required: true required: true
- type: input
- type: input
attributes: attributes:
label: Node 版本 label: Node 版本
description: 请输入您当前使用的NODE版本? description: 请输入您当前使用的NODE版本?
placeholder: v14.16.0 placeholder: v14.16.0
validations: validations:
required: true required: true
- type: input
- type: input
attributes: attributes:
label: Golang 版本 label: Golang 版本
description: 请输入您当前使用的GOLANG版本? description: 请输入您当前使用的GOLANG版本?
placeholder: go 1.16 placeholder: go 1.16
validations: validations:
required: true required: true
- type: dropdown
- type: dropdown
attributes: attributes:
label: 是否依旧存在 label: 是否依旧存在
description: 是否可以在master分支复现此bug? description: 是否可以在master分支复现此bug?
@ -38,7 +38,7 @@ body:
- 未测试 - 未测试
validations: validations:
required: true required: true
- type: textarea
- type: textarea
attributes: attributes:
label: bug描述 label: bug描述
description: 请简要描述bug以及复现过程. description: 请简要描述bug以及复现过程.
@ -47,7 +47,7 @@ body:
2. 然后... 2. 然后...
validations: validations:
required: true required: true
- type: textarea
- type: textarea
attributes: attributes:
label: 修改建议 label: 修改建议
description: 您有好的建议或者修改方案可以提供给我们。 description: 您有好的建议或者修改方案可以提供给我们。
Loading…
Cancel
Save