voice-changer/.github/ISSUE_TEMPLATE/feature-request.yaml

23 lines
928 B
YAML
Raw Permalink Normal View History

2023-09-10 06:49:21 +03:00
name: Feature Request
2023-09-10 06:45:09 +03:00
description: Do you have some feature request? Use this template
2023-09-10 06:52:27 +03:00
title: "[REQUEST]: "
2023-09-10 06:45:09 +03:00
body:
- type: markdown
attributes:
2023-09-10 07:14:16 +03:00
value: When creating a feature request, please be aware that **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.
2023-09-10 07:13:09 +03:00
- 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
2023-09-10 06:45:09 +03:00
- type: textarea
id: request
attributes:
2023-09-10 07:13:09 +03:00
label: More information
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