From 75059b87e3c4cc5217ba7f77a69f1e5411e0b0e8 Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Mon, 20 Apr 2020 03:59:42 -0700 Subject: [PATCH] Create a link to GH Discussions Signed-off-by: Derrick Mehaffy --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..452b4da673 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Strapi Questions and Discussions + url: https://github.com/strapi/strapi/discussions/new + about: Please ask and answer questions here.