From b3722440994fff9876cd32653402ba6727c00bcf Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 9 Dec 2022 10:14:31 +0100 Subject: [PATCH] Guide people to the right places to ask questions (#1631) * README: Link to discussions instead of issues in Getting Help section * Link to Discussions and Discord on new issue page --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ axum/README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 00000000..21201c3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Q&A (GitHub Discussions) + url: https://github.com/tokio-rs/axum/discussions/categories/q-a + about: Q&A all around axum usage + - name: Tokio Discord + url: https://discord.gg/tokio + about: Community chat for Tokio (axum channel is under libs) diff --git a/axum/README.md b/axum/README.md index 0fe20f3c..407b81e8 100644 --- a/axum/README.md +++ b/axum/README.md @@ -121,7 +121,7 @@ The [examples] folder contains various examples of how to use `axum`. The ## Getting Help In the `axum`'s repo we also have a [number of examples][examples] showing how -to put everything together. Community-maintained [showcases] and [tutorials] also demonstrate how to use `axum` for real-world applications. You're also welcome to ask in the [Discord channel][chat] or open an [issue] with your question. +to put everything together. Community-maintained [showcases] and [tutorials] also demonstrate how to use `axum` for real-world applications. You're also welcome to ask in the [Discord channel][chat] or open a [discussion] with your question. ## Community projects @@ -153,7 +153,7 @@ additional terms or conditions. [`tonic`]: https://crates.io/crates/tonic [contributing]: https://github.com/tokio-rs/axum/blob/main/CONTRIBUTING.md [chat]: https://discord.gg/tokio -[issue]: https://github.com/tokio-rs/axum/issues/new +[discussion]: https://github.com/tokio-rs/axum/discussions/new?category=q-a [`tower::Service`]: https://docs.rs/tower/latest/tower/trait.Service.html [ecosystem]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md [showcases]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#project-showcase