mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
Update feature-request.yaml
This commit is contained in:
parent
ce6429bf3a
commit
c594f279ae
14
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
14
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
@ -5,8 +5,18 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: When creating a feature request, please be aware that <b>we do not guarantee that your idea will be implemented. We are always working to make our software better, so please be pacient and do not put pressure on our devs.
|
value: When creating a feature request, please be aware that <b>we do not guarantee that your idea will be implemented. We are always working to make our software better, so please be pacient and do not put pressure on our devs.
|
||||||
|
- type: input
|
||||||
|
id: few-words
|
||||||
|
attributes:
|
||||||
|
label: In a few words, describe your idea
|
||||||
|
description: With a few words, briefly describe your idea
|
||||||
|
placeholder: ex. My idea is to implement rmvpe!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: request
|
id: request
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe your idea
|
label: More information
|
||||||
description: Please provide enough information so we can understand and implement your idea
|
description: If you have a complex idea, please use this field to describe it more, please provide enough information so we can understand and implement your idea
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user