mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 06:12:28 +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
|
name: 🐛 Bug Report
|
||||||
about: Submit a bug report to help us improve
|
about: Submit a bug report to help us improve
|
||||||
|
labels: 'bug, needs triage'
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🐛 Bug Report
|
## 🐛 Bug Report
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/documentation.md
vendored
1
.github/ISSUE_TEMPLATE/documentation.md
vendored
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
name: 📚 Documentation
|
name: 📚 Documentation
|
||||||
about: Report an issue related to documentation
|
about: Report an issue related to documentation
|
||||||
|
labels: 'documentation, needs triage'
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📚 Documentation
|
## 📚 Documentation
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/feature.md
vendored
1
.github/ISSUE_TEMPLATE/feature.md
vendored
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
name: 🚀 Feature
|
name: 🚀 Feature
|
||||||
about: Submit a proposal/request for a new 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
|
name: 💥 Proposal
|
||||||
about: Propose a non-trivial change to Docusaurus
|
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
|
name: ❓ Questions/Help
|
||||||
about: If you have questions, please check Stack Overflow or Discord or Twitter
|
about: If you have questions, please check Stack Overflow or Discord or Twitter
|
||||||
|
labels: 'questions, needs triage'
|
||||||
---
|
---
|
||||||
|
|
||||||
## ❓ Questions and Help
|
## ❓ Questions and Help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue