mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
chore: automatically add labels to issues
This commit is contained in:
parent
9cbb7030fa
commit
1c8c8d04e8
5 changed files with 5 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug.md
vendored
1
.github/ISSUE_TEMPLATE/bug.md
vendored
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 🐛 Bug Report
|
||||
about: Submit a bug report to help us improve
|
||||
labels: 'bug, needs triage'
|
||||
---
|
||||
|
||||
## 🐛 Bug Report
|
||||
|
|
1
.github/ISSUE_TEMPLATE/documentation.md
vendored
1
.github/ISSUE_TEMPLATE/documentation.md
vendored
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 📚 Documentation
|
||||
about: Report an issue related to documentation
|
||||
labels: 'documentation, needs triage'
|
||||
---
|
||||
|
||||
## 📚 Documentation
|
||||
|
|
1
.github/ISSUE_TEMPLATE/feature.md
vendored
1
.github/ISSUE_TEMPLATE/feature.md
vendored
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 🚀 Feature
|
||||
about: Submit a proposal/request for a new feature
|
||||
labels: 'feature, needs triage'
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
1
.github/ISSUE_TEMPLATE/proposal.md
vendored
1
.github/ISSUE_TEMPLATE/proposal.md
vendored
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: 💥 Proposal
|
||||
about: Propose a non-trivial change to Docusaurus
|
||||
labels: 'proposal, needs triage'
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
1
.github/ISSUE_TEMPLATE/question.md
vendored
1
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue