From 320ba88720aec36c17eb0a99d5aa0b395b8abbe9 Mon Sep 17 00:00:00 2001 From: Rafa <32463720+Rafacasari@users.noreply.github.com> Date: Sun, 10 Sep 2023 05:00:12 -0300 Subject: [PATCH] Update question.yaml --- .github/ISSUE_TEMPLATE/question.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index 8bc86f3c..578af214 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -1,6 +1,5 @@ -name: Question | Others +name: Question or Other description: Do you any question? Use this template -title: "[QUESTION]: " body: - type: markdown attributes: @@ -8,7 +7,7 @@ body: - type: textarea id: question attributes: - label: My Question - description: What is your question? + label: Description + description: What is your question? (or other non-related to bugs/feature-request) validations: required: true