Update issue.yaml
This commit is contained in:
parent
ff22dd4b7c
commit
49ab9e80cb
17
.github/ISSUE_TEMPLATE/issue.yaml
vendored
17
.github/ISSUE_TEMPLATE/issue.yaml
vendored
@ -10,14 +10,15 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Voice Changer Version
|
label: Voice Changer Version
|
||||||
description: Downloaded File Name (.zip)
|
description: Downloaded File Name (.zip)
|
||||||
placeholder: e.g. MMVCServerSIO_xxx_yyyy-zzzz_v.x.x.x.x.zip
|
placeholder: MMVCServerSIO_xxx_yyyy-zzzz_v.x.x.x.x.zip
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: OS
|
id: OS
|
||||||
attributes:
|
attributes:
|
||||||
label: OS
|
label: Operational System
|
||||||
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.
|
description: e.g. Windows 10, Ubuntu 20.04, MacOS Venture, MacOS Monterey, etc...
|
||||||
|
placeholder: Windows 10
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -49,7 +50,7 @@ body:
|
|||||||
- 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
|
||||||
@ -61,12 +62,12 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: capture
|
id: capture
|
||||||
attributes:
|
attributes:
|
||||||
label: application window capture
|
label: Application Screenshot
|
||||||
description: the appkication window.
|
description: Please provide a screenshot of your application so we can see your settings
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs-on-terminal
|
id: logs-on-terminal
|
||||||
attributes:
|
attributes:
|
||||||
label: logs on terminal
|
label: Logs on console
|
||||||
description: logs on terminal.
|
description: Copy and paste the log on your console here
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user