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/