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