From 9784766ca2c7fef0db2323e9d38170cdcbd56901 Mon Sep 17 00:00:00 2001 From: Rafa <32463720+Rafacasari@users.noreply.github.com> Date: Sun, 10 Sep 2023 01:17:07 -0300 Subject: [PATCH] Create question.yaml --- .github/ISSUE_TEMPLATE/question.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.yaml diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml new file mode 100644 index 00000000..78c438fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -0,0 +1,14 @@ +name: Question +description: Do you any question? Use this template +title: "[QUESTION]: " +body: + - type: markdown + attributes: + value: We are always working to make our software better, so please be pacient and wait for a response + - type: textarea + id: question + attributes: + label: My Question + description: What is your question? + validations: + required: true