From eeb3a5101d14b04a8ccc2d359ffa47454790f612 Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 15 Jan 2025 10:44:46 -0700 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/question-report.yml --- .github/ISSUE_TEMPLATE/question-report.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question-report.yml diff --git a/.github/ISSUE_TEMPLATE/question-report.yml b/.github/ISSUE_TEMPLATE/question-report.yml deleted file mode 100644 index be43cc7..0000000 --- a/.github/ISSUE_TEMPLATE/question-report.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Question -description: If you have a question, please fill out this form. Feature requests will be closed immediately! -title: "[Question]: " -labels: question -body: - - type: markdown - attributes: - value: Feature requests will be closed immediately! - - type: textarea - id: describe-question - attributes: - label: Describe your question - description: Describe your question as accurately as possible. - validations: - required: true - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: If applicable, add screenshots to help explain your problem. - validations: - required: false