mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02: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
2 changed files with 11 additions and 17 deletions
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -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.
|
17
.github/ISSUE_TEMPLATE/question.md
vendored
17
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -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…
Add table
Reference in a new issue