Skip to content

Commit

Permalink
chore(templates): add labels to new issue to reduce triage effort
Browse files Browse the repository at this point in the history
Added labels property to GitHub issue template, so new issues are labeled automatically.
This may reduce triaging effort from maintainers.
  • Loading branch information
TATSUNO Yasuhiro authored and Sean committed Oct 18, 2019
1 parent c2646f1 commit 7521889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 🐛 Bug Report
about: When something isn't working correctly

labels: ":mag_right: needs investigating"
---

# Bug Report
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 🚀 Feature Request
about: Suggest a new feature

labels: ":zap: enhancement"
---

# Feature Request
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Help_wanted.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 📓 Support Question
about: If you have a question or need a helping hand
labels: ":thought_balloon: usage question"
---

# Help Wanted
Expand Down

0 comments on commit 7521889

Please sign in to comment.