From 7927be68564ac256817d4e211ac0f5d0d5a8fe4a Mon Sep 17 00:00:00 2001 From: Ivan Sim <1330522+ihcsim@users.noreply.github.com> Date: Tue, 23 Jun 2020 13:43:53 -0700 Subject: [PATCH] Update GitHub issue templates (#4654) Link the 'Question' option to the 'Discussion' page Signed-off-by: Ivan Sim --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/question.md | 20 -------------------- 2 files changed, 5 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..6b4fbe987 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: +- name: 🙋🏾 Question + url: https://github.com/linkerd/linkerd2/discussions/new + about: Use this link to submit your ❓ to GitHub Discussions. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index c67b601de..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: 🙋🏾 Question -about: If you have a ❓, please check out our Slack or Discourse! - ---- - ---------------^ Click "Preview" for a better view! - -We primarily use GitHub as an issue tracker. For any questions you may have, -please check out the resources below. - ---- - -- Mailing List: https://lists.cncf.io/g/cncf-linkerd-users - -- Slack: https://slack.linkerd.io - -- Discourse: https://discourse.linkerd.io/ - -- Twitter: https://twitter.com/linkerd