Add 'need triage' label to new issues

This commit is contained in:
Patrik Svensson 2022-10-04 22:07:55 +02:00 committed by Patrik Svensson
parent cbfcc37a46
commit 7b23456d3e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: ["bug", "needs triage"]
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
labels: ["feature", "needs triage"]
assignees: ''
---