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

View file

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

View file

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

View file

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

View file

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