update to use new labels for issue filing

This commit is contained in:
Kyle Robbertze 2021-09-21 22:01:05 +02:00
parent 2ec76d7690
commit 87525efaba
2 changed files with 2 additions and 2 deletions

View File

@ -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: bug labels: "is: bug"
assignees: "" assignees: ""
--- ---

View File

@ -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-request labels: "is: feature-request"
assignees: "" assignees: ""
--- ---