mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
misc: issue template config typo (#4889)
This commit is contained in:
parent
ad8d9faaba
commit
f35dc6938b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue