From 7b063815fcf0b5767dd7895d6489854dfde53784 Mon Sep 17 00:00:00 2001 From: lucian929 <60053521+lucian929@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:53:38 -0400 Subject: [PATCH] Remove feature template We handle feature requests on our support discord. --- .github/ISSUE_TEMPLATE/feature-to-do.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-to-do.md diff --git a/.github/ISSUE_TEMPLATE/feature-to-do.md b/.github/ISSUE_TEMPLATE/feature-to-do.md deleted file mode 100644 index 581e4e77..00000000 --- a/.github/ISSUE_TEMPLATE/feature-to-do.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature To-Do -about: Create an issue with this template to keep track of the current development projects. -title: "[FEATURE] Feature name" -labels: enhancement - ---- - -**I have checked...** - -- [ ] ...if there are any similar features in other branches -- [ ] ...if there are any similar issues -- [ ] ...if such a feature is already planned - -**Complete description** -Write your feature description as good as you can. - -**Reason for feature request** -Write your reason for the feature request as good as you can.