fix labels on issue templates

This commit is contained in:
Devin J. Pohly 2021-03-29 17:04:37 -05:00
parent 38ba6d2277
commit db647f2df6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Something in dwl isn't working correctly
title: ''
labels: 'Type: bug'
labels: 'A: bug'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Enhancement idea
about: Suggest a feature or improvement
title: ''
labels: 'Type: enhancement'
labels: 'A: enhancement'
assignees: ''
---