chore: github issue flow, add need-triage label

This commit is contained in:
William Yang 2021-09-02 08:44:32 +02:00
parent c7bc2e1a8d
commit d513c5639d
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name: Bug Report
about: Create a report to help us improve
title: ''
labels: Support
labels: "Support, needs-triage"
---

View File

@ -2,7 +2,7 @@
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: Feature
labels: "Feature, needs-triage"
---

View File

@ -2,7 +2,7 @@
name: Support Needed
about: Asking a question about usages, docs or anything you're insterested in
title: ''
labels: Support
labels: "Support, needs-triage"
---