fix labels on issue templates
parent
38ba6d2277
commit
db647f2df6
|
@ -2,7 +2,7 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Something in dwl isn't working correctly
|
about: Something in dwl isn't working correctly
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: bug'
|
labels: 'A: bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name: Enhancement idea
|
name: Enhancement idea
|
||||||
about: Suggest a feature or improvement
|
about: Suggest a feature or improvement
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: enhancement'
|
labels: 'A: enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue