From c594f279ae90f11e242037853f67bb6c943b909a Mon Sep 17 00:00:00 2001 From: Rafa <32463720+Rafacasari@users.noreply.github.com> Date: Sun, 10 Sep 2023 01:13:09 -0300 Subject: [PATCH] Update feature-request.yaml --- .github/ISSUE_TEMPLATE/feature-request.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 4aff1aa8..2ee93fa7 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -5,8 +5,18 @@ body: - type: markdown attributes: 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. + - 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 id: request attributes: - label: Describe your idea - description: Please provide enough information so we can understand and implement your idea + 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