voice-changer/.github/ISSUE_TEMPLATE/issue.yaml

91 lines
2.2 KiB
YAML
Raw Normal View History

2023-06-05 08:44:32 +03:00
name: Issue
2023-06-05 08:48:46 +03:00
description: Please provide as much detail as possible to convey the history of your problem.
2023-06-05 08:44:32 +03:00
body:
- type: dropdown
id: issue-type
attributes:
label: Issue Type
description: What type of issue would you like to report?
multiple: true
options:
- Feature Request
- Documentation Feature Request
- Others
- Bug Report
validations:
required: true
2023-06-05 09:24:36 +03:00
- 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
2023-06-05 09:25:47 +03:00
- type: input
id: GPU
attributes:
label: GPU
description: GPU. If you have no gpu, please input none.
validations:
required: true
2023-06-05 09:26:06 +03:00
- type: dropdown
id: clear-setting
attributes:
label: Clear setting
description: Have you tried clear setting?
options:
2023-06-05 09:27:13 +03:00
- "no"
2023-06-05 09:28:43 +03:00
- "yes"
2023-06-05 09:26:06 +03:00
validations:
required: true
2023-06-05 09:28:03 +03:00
- type: dropdown
id: sample-model
attributes:
label: Sample model
description: Sample model work fine
options:
- "no"
2023-06-05 09:28:43 +03:00
- "yes"
2023-06-05 09:28:03 +03:00
validations:
required: true
- type: dropdown
id: input-chunk-num
attributes:
label: Input chunk num
description: Have you tried to change input chunk num?
options:
- "no"
2023-06-05 09:28:43 +03:00
- "yes"
validations:
required: true
- type: input
id: vc-type
attributes:
label: Voice Changer type
description: Which type of voice changer you use? e.g. MMVC v1.3, RVC
placeholder: RVC
validations:
required: true
- type: input
id: model-type
attributes:
label: Model type
description: List up the type of model you use? e.g. pyTorch, ONNX, f0, no f0
validations:
required: true
- type: textarea
id: issue
attributes:
label: Situation
description: Please input your issue
2023-06-05 09:28:03 +03:00
validations:
required: true