This commit is contained in:
wataru 2023-06-05 15:24:36 +09:00
parent 4793f2f495
commit 54df4ec325

View File

@ -14,50 +14,50 @@ body:
- Bug Report
validations:
required: true
# - type: input
# id: vc-client-version
# attributes:
# label: vc client version number
# description: The version number of vc client used. Or download the filename
# placeholder: x.x.x.x
# validations:
# required: true
# - type: input
# id: OS
# attributes:
# label: OS
# description: OS name and version. e.g. Windows 10, Ubuntu 20.04, if you use mac, M1 or Intel.(Intel is not supported)
# validations:
# required: true
# - type: input
# id: GPU
# attributes:
# label: GPU
# description: GPU. If you have no gpu, please input none.
# validations:
# required: true
# - type: dropdown
# id: clear-setting
# attributes:
# label: Clear setting
# description: Have you tried clear setting?
# multiple: true
# options:
# - YES
# - NO
# validations:
# required: true
# - type: dropdown
# id: sample-model
# attributes:
# label: Sample model
# description: Sample model work fine
# multiple: true
# options:
# - YES
# - NO
# validations:
# required: true
- type: input
id: vc-client-version
attributes:
label: vc client version number
description: The version number of vc client used. Or download the filename
placeholder: x.x.x.x
validations:
required: true
- type: input
id: OS
attributes:
label: OS
description: OS name and version. e.g. Windows 10, Ubuntu 20.04, if you use mac, M1 or Intel.(Intel is not supported)
validations:
required: true
- type: input
id: GPU
attributes:
label: GPU
description: GPU. If you have no gpu, please input none.
validations:
required: true
- type: dropdown
id: clear-setting
attributes:
label: Clear setting
description: Have you tried clear setting?
multiple: true
options:
- YES
- NO
validations:
required: true
- type: dropdown
id: sample-model
attributes:
label: Sample model
description: Sample model work fine
multiple: true
options:
- YES
- NO
validations:
required: true
# - type: dropdown
# id: input-chunk-num
# attributes: