2023-09-10 04:59:17 -03:00
|
|
|
name: Issue or Bug Report
|
2023-06-05 14:48:46 +09:00
|
|
|
description: Please provide as much detail as possible to convey the history of your problem.
|
2023-09-10 01:20:48 -03:00
|
|
|
title: "[ISSUE]: "
|
2023-10-05 10:53:58 +09:00
|
|
|
placeholder: "[ISSUE]: Please provide title"
|
2023-06-05 14:44:32 +09:00
|
|
|
body:
|
2023-09-10 01:32:59 -03:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2023-09-10 01: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 15:24:36 +09:00
|
|
|
- type: input
|
|
|
|
id: vc-client-version
|
|
|
|
attributes:
|
2023-09-10 04:40:14 -03:00
|
|
|
label: Voice Changer Version
|
|
|
|
description: Downloaded File Name (.zip)
|
2023-09-10 04:49:45 -03:00
|
|
|
placeholder: MMVCServerSIO_xxx_yyyy-zzzz_v.x.x.x.x.zip
|
2023-06-05 15:24:36 +09:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: OS
|
|
|
|
attributes:
|
2023-09-10 04:49:45 -03:00
|
|
|
label: Operational System
|
|
|
|
description: e.g. Windows 10, Ubuntu 20.04, MacOS Venture, MacOS Monterey, etc...
|
|
|
|
placeholder: Windows 10
|
2023-06-05 15:24:36 +09:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-06-05 15:25:47 +09:00
|
|
|
- type: input
|
|
|
|
id: GPU
|
|
|
|
attributes:
|
|
|
|
label: GPU
|
2023-09-10 04:40:14 -03:00
|
|
|
description: If you have no gpu, please input none.
|
2023-06-05 15:25:47 +09:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-09-10 04:40:14 -03:00
|
|
|
- type: checkboxes
|
|
|
|
id: checks
|
2023-06-05 15:26:06 +09:00
|
|
|
attributes:
|
2023-09-10 04:57:33 -03:00
|
|
|
label: Read carefully and check the options
|
2023-06-05 15:26:06 +09:00
|
|
|
options:
|
2023-09-10 04:42:25 -03:00
|
|
|
- label: I've tried to Clear Settings
|
2023-10-05 10:53:58 +09:00
|
|
|
- label: Sample/Default Models are working
|
2023-09-10 04:40:14 -03:00
|
|
|
- label: I've tried to change the Chunk Size
|
|
|
|
- label: GUI was successfully launched
|
2023-09-10 04:42:25 -03:00
|
|
|
- label: I've 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-extract) the .zip file
|
2023-06-05 15:28:43 +09:00
|
|
|
- type: input
|
|
|
|
id: vc-type
|
|
|
|
attributes:
|
2023-09-10 04:55:29 -03:00
|
|
|
label: Model Type
|
|
|
|
description: MMVC, so-vits-rvc, RVC, DDSP-SVC
|
2023-06-05 15:28:43 +09:00
|
|
|
placeholder: RVC
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: issue
|
|
|
|
attributes:
|
2023-09-10 04:53:16 -03:00
|
|
|
label: Issue Description
|
|
|
|
description: Please provide as much reproducible information and logs as possible
|
2023-08-06 05:43:36 +09:00
|
|
|
- type: textarea
|
|
|
|
id: capture
|
|
|
|
attributes:
|
2023-09-10 04:49:45 -03:00
|
|
|
label: Application Screenshot
|
2023-09-10 04:53:16 -03:00
|
|
|
description: Please provide a screenshot of your application so we can see your settings (you can paste or drag-n-drop)
|
2023-08-06 05:43:36 +09:00
|
|
|
- type: textarea
|
|
|
|
id: logs-on-terminal
|
|
|
|
attributes:
|
2023-09-10 04:49:45 -03:00
|
|
|
label: Logs on console
|
|
|
|
description: Copy and paste the log on your console here
|
2023-06-05 15:28:03 +09:00
|
|
|
validations:
|
|
|
|
required: true
|