Skip to content

Commit

Permalink
chore: automatically add labels to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Nov 13, 2019
1 parent 9cbb703 commit 1c8c8d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 🐛 Bug Report
about: Submit a bug report to help us improve
labels: 'bug, needs triage'
---

## 🐛 Bug Report
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 📚 Documentation
about: Report an issue related to documentation
labels: 'documentation, needs triage'
---

## 📚 Documentation
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 🚀 Feature
about: Submit a proposal/request for a new feature
labels: 'feature, needs triage'
---

<!--
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 💥 Proposal
about: Propose a non-trivial change to Docusaurus
labels: 'proposal, needs triage'
---

<!--
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1c8c8d0

Please sign in to comment.