From 3c79b81e0fe82c66a7467c278e0f5254381a124d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 17 Sep 2022 00:00:50 +0300 Subject: [PATCH] Create --question.yml --- .github/ISSUE_TEMPLATE/--question.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/--question.yml diff --git a/.github/ISSUE_TEMPLATE/--question.yml b/.github/ISSUE_TEMPLATE/--question.yml new file mode 100644 index 00000000..976ae7a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--question.yml @@ -0,0 +1,10 @@ +name: ❓ Ask a Question +description: For any questions about this repository +labels: ['❓ question'] + +body: + - type: textarea + attributes: + label: Description + validations: + required: true