mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: automatically add labels to issues
This commit is contained in:
parent
9cbb7030fa
commit
1c8c8d04e8
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 🐛 Bug Report
|
||||
about: Submit a bug report to help us improve
|
||||
labels: 'bug, needs triage'
|
||||
---
|
||||
|
||||
## 🐛 Bug Report
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 📚 Documentation
|
||||
about: Report an issue related to documentation
|
||||
labels: 'documentation, needs triage'
|
||||
---
|
||||
|
||||
## 📚 Documentation
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 🚀 Feature
|
||||
about: Submit a proposal/request for a new feature
|
||||
labels: 'feature, needs triage'
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 💥 Proposal
|
||||
about: Propose a non-trivial change to Docusaurus
|
||||
labels: 'proposal, needs triage'
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: ❓ Questions/Help
|
||||
about: If you have questions, please check Stack Overflow or Discord or Twitter
|
||||
labels: 'questions, needs triage'
|
||||
---
|
||||
|
||||
## ❓ Questions and Help
|
||||
|
|
|
|||
Loading…
Reference in New Issue