chore: github issue flow, add need-triage label
This commit is contained in:
parent
c7bc2e1a8d
commit
d513c5639d
|
@ -2,7 +2,7 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: Support
|
labels: "Support, needs-triage"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: Feature
|
labels: "Feature, needs-triage"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name: Support Needed
|
name: Support Needed
|
||||||
about: Asking a question about usages, docs or anything you're insterested in
|
about: Asking a question about usages, docs or anything you're insterested in
|
||||||
title: ''
|
title: ''
|
||||||
labels: Support
|
labels: "Support, needs-triage"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue