From f35dc6938ba0ca24fc1e0e2b5e8087572cc8f28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Wed, 2 Jun 2021 15:39:53 +0200 Subject: [PATCH] misc: issue template config typo (#4889) --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d30a2ab498..8cfe1b1ce4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - - name: ❓ Simple question (Discord) - url: https://github.com/facebook/docusaurus/discussions + - name: ❓ Simple question - Discord chat + url: https://discord.gg/docusaurus about: This issue tracker is not for technical support. Please use our Discord chat, and ask the community for help. - - name: ❓ Simple question (Stack Overflow) + - name: ❓ Simple question - Stack Overflow url: https://stackoverflow.com/questions/tagged/docusaurus about: This issue tracker is not for technical support. Please use Stack Overflow, and ask the community for help. - - name: ❓ Advanced question (GitHub Discussions) + - name: ❓ Advanced question - GitHub Discussions url: https://github.com/facebook/docusaurus/discussions about: Use GitHub Discussions for advanced and unanswered questions only, requiring a maintainer's answer. Make sure the question wasn't already asked.