This commit is contained in:
wataru 2023-06-05 15:24:21 +09:00
parent 599dfc9874
commit 4793f2f495

View File

@ -14,80 +14,80 @@ body:
- Bug Report - Bug Report
validations: validations:
required: true required: true
- type: input # - type: input
id: vc-client-version # id: vc-client-version
attributes: # attributes:
label: vc client version number # label: vc client version number
description: The version number of vc client used. Or download the filename # description: The version number of vc client used. Or download the filename
placeholder: x.x.x.x # placeholder: x.x.x.x
validations: # validations:
required: true # required: true
- type: input # - type: input
id: OS # id: OS
attributes: # attributes:
label: OS # 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) # description: OS name and version. e.g. Windows 10, Ubuntu 20.04, if you use mac, M1 or Intel.(Intel is not supported)
validations: # validations:
required: true # required: true
- type: input # - type: input
id: GPU # id: GPU
attributes: # attributes:
label: GPU # label: GPU
description: GPU. If you have no gpu, please input none. # description: GPU. If you have no gpu, please input none.
validations: # validations:
required: true # required: true
- type: dropdown # - type: dropdown
id: clear-setting # id: clear-setting
attributes: # attributes:
label: Clear setting # label: Clear setting
description: Have you tried clear setting? # description: Have you tried clear setting?
multiple: true # multiple: true
options: # options:
- YES # - YES
- NO # - NO
validations: # validations:
required: true # required: true
- type: dropdown # - type: dropdown
id: sample-model # id: sample-model
attributes: # attributes:
label: Sample model # label: Sample model
description: Sample model work fine # description: Sample model work fine
multiple: true # multiple: true
options: # options:
- YES # - YES
- NO # - NO
validations: # validations:
required: true # required: true
- type: dropdown # - type: dropdown
id: input-chunk-num # id: input-chunk-num
attributes: # attributes:
label: Input chunk num # label: Input chunk num
description: Have you tried to change input chunk num? # description: Have you tried to change input chunk num?
multiple: true # multiple: true
options: # options:
- YES # - YES
- NO # - NO
validations: # validations:
required: true # required: true
- type: input # - type: input
id: vc-type # id: vc-type
attributes: # attributes:
label: Voice Changer type # label: Voice Changer type
description: Which type of voice changer you use? e.g. MMVC v1.3, RVC # description: Which type of voice changer you use? e.g. MMVC v1.3, RVC
placeholder: RVC # placeholder: RVC
validations: # validations:
required: true # required: true
- type: input # - type: input
id: model-type # id: model-type
attributes: # attributes:
label: Model type # label: Model type
description: List up the type of model you use? e.g. pyTorch, ONNX, f0, no f0 # description: List up the type of model you use? e.g. pyTorch, ONNX, f0, no f0
validations: # validations:
required: true # required: true
- type: textarea # - type: textarea
id: issue # id: issue
attributes: # attributes:
label: Situation # label: Situation
description: Please input your issue # description: Please input your issue
validations: # validations:
required: true # required: true