From 4d9939356f85cf3a320b7fa65ca24ee8ba38d9fe Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 30 Oct 2023 17:55:41 +0100 Subject: [PATCH] chore: remove question issue template --- .github/ISSUE_TEMPLATE/question.yml | 16 ---------------- 1 file changed, 16 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 a77ce23f..00000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Question -description: Ask questions about configuration and usage of Piped. -labels: [question] -body: - - type: markdown - attributes: - value: | - Please make sure to read the README.md before posting a question or asking for support. - - - type: textarea - id: question - attributes: - label: Describe your question - description: A clear description of what your doubt is. - validations: - required: true