From 0eabf78f13f8c259c040b6556c95738879d57b15 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 24 May 2024 08:09:47 +0200 Subject: [PATCH] chore: remove question issue template --- .github/ISSUE_TEMPLATE/question.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index f9b678e3..00000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: ❓ Question -description: "Submit a question" -title: "❓ Question:" -labels: [question] -body: - - type: textarea - id: feature-description - validations: - required: true - attributes: - label: "🙋‍♂️ Question" - description: "A clear question. Please provide as much detail as possible." - placeholder: "How do I ...?" - - type: markdown - attributes: - value: | - Before submitting, please check if the question hasn't been asked before.