mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-24 05:55:01 +03:00
17 lines
432 B
YAML
17 lines
432 B
YAML
name: Issue
|
|
description: Please provide as much detail as possible to convey the history of your problem.
|
|
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
|