Update label names in issue templates

This repositories label names have been customized. The label names defined in the templates will automatically be added
to issues created using that template, so the template labels must match with the repository's labeling convention.
This commit is contained in:
per1234 2021-02-24 12:19:31 -08:00
parent df0aafd928
commit 561d5fbbd3
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: 'type: 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: enhancement labels: 'type: enhancement'
assignees: '' assignees: ''
--- ---