diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..d30a2ab498ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Simple question (Discord) + url: https://github.com/facebook/docusaurus/discussions + 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) + 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) + 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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 930422d3d955..000000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: 🚫 Questions/Help -about: 🚫 Please ask questions on GitHub discussions, Discord or Stack Overflow -labels: 'questions, needs triage' ---- - -## 🚫 Questions and Help - -### Please note that this issue tracker is 🚫 NOT a help form 🚫 and this issue will be closed. - -For beginners questions: ask the Docusaurus community: - -- [Discord](https://discord.gg/docusaurus) (most active channel) -- [Stack Overflow](https://stackoverflow.com/questions/tagged/docusaurus) -- [Twitter](https://twitter.com/docusaurus) - -For advanced/unanswered questions: ask on [GitHub Discussions](https://github.com/facebook/docusaurus/discussions).