From be2154e725f3b13e4398906b630dfc9abf1cdbb6 Mon Sep 17 00:00:00 2001 From: Alberto Vena Date: Wed, 9 Dec 2020 10:00:19 +0100 Subject: [PATCH] Drive community to GitHub Discussion when opening issues This will help separate troubleshooting and idea discussions from actual bugs in the platform. --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 2 files changed, 8 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..46308a5cb6d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature request + url: https://github.com/solidusio/solidus/discussions?discussions_q=category%3AIdeas + about: Suggest an idea for this project + - name: Troubleshooting + url: https://github.com/solidusio/solidus/discussions?discussions_q=category%3ATroubleshooting + about: Ask the community for help diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index a6f653e0b84..00000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** - - -**Describe the solution you'd like** - - -**Describe alternatives you've considered** - - -**Additional context** -