From 9a963c44e8d7bffebe7a8ec1a3ff2e3ed6dcf133 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 18 Dec 2020 17:27:04 -0300 Subject: [PATCH] Move Feature Requests to Github Discussions --- .github/ISSUE_TEMPLATE/Feature_request.md | 27 ----------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md deleted file mode 100644 index 90d705ea0..000000000 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project ---- - - - -**Have you looked for this feature in other issues and in the docs?** - -**Is your feature request related to a problem? Please describe.** -_A clear and concise description of what the problem is._ - -**Describe the solution you'd like** -_A clear and concise description of what you want to happen._ - -**Describe alternatives you've considered** -_A clear and concise description of any alternative solutions or features you've considered._ - -**Additional context** -_Add any other context or screenshots about the feature request here._ - -**(Please, remember to close the issue when the problem has been addressed)**