chore: automatically add labels to issues

This commit is contained in:
endiliey 2019-11-13 19:55:20 +07:00
parent 9cbb7030fa
commit 1c8c8d04e8
5 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
---
name: 🐛 Bug Report
about: Submit a bug report to help us improve
labels: 'bug, needs triage'
---
## 🐛 Bug Report

View file

@ -1,6 +1,7 @@
---
name: 📚 Documentation
about: Report an issue related to documentation
labels: 'documentation, needs triage'
---
## 📚 Documentation

View file

@ -1,6 +1,7 @@
---
name: 🚀 Feature
about: Submit a proposal/request for a new feature
labels: 'feature, needs triage'
---
<!--

View file

@ -1,6 +1,7 @@
---
name: 💥 Proposal
about: Propose a non-trivial change to Docusaurus
labels: 'proposal, needs triage'
---
<!--

View file

@ -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