From 31408d4912a7f97dd98719ff849fca188518a000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 2 Dec 2019 13:37:32 +0100 Subject: [PATCH] GitHub: Add link to forum when adding new issue (#20798) * GitHub: Add link to forum when adding new issue * removed question template * Moved to correct folder --- .github/ISSUE_TEMPLATE/4-question.md | 14 -------------- .github/ISSUE_TEMPLATE/config.yaml | 5 +++++ 2 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/4-question.md create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/4-question.md b/.github/ISSUE_TEMPLATE/4-question.md deleted file mode 100644 index 3e3a20e49ed..00000000000 --- a/.github/ISSUE_TEMPLATE/4-question.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Support request -about: 'Question or support request relating to using Grafana' -title: '' -labels: '' -assignees: '' ---- - -STOP -- PLEASE READ! - -GitHub is not the right place for questions and support requests. - -Please ask questions on our community site: [https://community.grafana.com/](https://community.grafana.com/) - diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000000..8211d8ee69c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions & Help + url: https://community.grafana.com + about: Please ask and answer questions here.