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

78 lines
2.9 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-09-10 07:20:48 +03:00
title: "[ISSUE]: "
2023-06-05 08:44:32 +03:00
body:
2023-09-10 07:32:59 +03:00
- type: markdown
attributes:
2023-09-10 07:33:53 +03:00
value: Please read our [FAQ](https://github.com/w-okada/voice-changer/blob/master/.github/FAQ.md) before making a bug report!
2023-06-05 09:24:36 +03:00
- type: input
id: vc-client-version
attributes:
2023-09-10 10:40:14 +03:00
label: Voice Changer Version
description: Downloaded File Name (.zip)
placeholder: e.g. MMVCServerSIO_xxx_yyyy-zzzz_v.x.x.x.x.zip
2023-06-05 09:24:36 +03:00
validations:
required: true
- type: input
id: OS
attributes:
label: OS
2023-07-01 13:11:58 +03:00
description: OS name and version. e.g. Windows 10, Ubuntu 20.04, if you use mac, M1 or Intel.(Intel is not supported) and version venture, monterey, big sur.
2023-06-05 09:24:36 +03:00
validations:
required: true
2023-06-05 09:25:47 +03:00
- type: input
id: GPU
attributes:
label: GPU
2023-09-10 10:40:14 +03:00
description: If you have no gpu, please input none.
2023-06-05 09:25:47 +03:00
validations:
required: true
2023-09-10 10:40:14 +03:00
- type: checkboxes
id: checks
2023-06-05 09:26:06 +03:00
attributes:
options:
2023-09-10 10:40:14 +03:00
- label: I've tried to clear settings
description: Check if you have pressed "Clear Settings" and restarted application
- label: Sample models are working
description: Check if default models are working properly
- label: I've tried to change the Chunk Size
description: Check this if you tried to decrease/increase your chunk size
- label: GUI was successfully launched
description: Check this if you can see the GUI
- label: I've read the tutorial
description: Check if you have read the [tutorial](https://github.com/w-okada/voice-changer/blob/master/tutorials/tutorial_rvc_en_latest.md)
- label: I've tried to extract to another folder (or re-extracted)
description: Check if you have tried another folder and re-extracted the files
2023-06-05 09:28:43 +03:00
- 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
2023-08-05 23:43:36 +03:00
description: Developers spend a lot of time developing new features and resolving issues. If you really want to get it solved, please provide as much reproducible information and logs as possible. Provide logs on the terminal and capture the appkication window.
- type: textarea
id: capture
attributes:
label: application window capture
description: the appkication window.
- type: textarea
id: logs-on-terminal
attributes:
label: logs on terminal
description: logs on terminal.
2023-06-05 09:28:03 +03:00
validations:
required: true