mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
misc: add github issue template config (#4886)
* Add issue template config, use contact links for questions * Add issue template config, use contact links for questions * Update config.yml Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
This commit is contained in:
parent
6d184a3e3d
commit
8298b249e7
|
|
@ -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.
|
||||
|
|
@ -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).
|
||||
Loading…
Reference in New Issue