From eb57a7ca432abfce9f1b46e5d090a635c9e3b631 Mon Sep 17 00:00:00 2001 From: gayolGate Date: Tue, 7 Jun 2022 14:29:00 +0200 Subject: [PATCH] Update question.yml --- .github/ISSUE_TEMPLATE/question.yml | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 8b13789..553021c 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1 +1,35 @@ +name: ❓ Question +description: Ask a quesion related to VueTube +labels: [question] +body: + - type: textarea + id: question + attributes: + label: Ask your question + description: What do you want to know? + placeholder: | + Example: + "How do I add a plugin?" + validations: + required: true + + - type: textarea + id: other-details + attributes: + label: Other details + placeholder: | + Additional details and attachments. + + - type: checkboxes + id: acknowledgements + attributes: + label: Acknowledgements + description: Your question will be closed if you haven't done these steps. + options: + - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. + required: true + - label: I have written a short but informative title. + required: true + - label: I will fill out all of the requested information in this form. + required: true