From 16427f98c1c8a01f1a1919ec77f62acabb4e9635 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 12 Aug 2022 12:49:50 +0200 Subject: [PATCH] docs: link to GitHub discussions on "new issue" page (#4906) --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ .github/ISSUE_TEMPLATE/question.md | 16 ---------------- 2 files changed, 4 insertions(+), 16 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..2d7079c68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Question + url: https://github.com/tokio-rs/tokio/discussions + about: Questions about Tokio should be posted as a GitHub discussion. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 03112f554..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Question -about: Please use the discussions tab for questions -title: '' -labels: '' -assignees: '' - ---- - -Please post your question as a discussion here: -https://github.com/tokio-rs/tokio/discussions - - -You may also be able to find help here: -https://discord.gg/tokio -https://users.rust-lang.org/