cicd: Labels on issue templates [skip ci]
This commit is contained in:
parent
86e876a9c9
commit
0b66bc7bbd
|
|
@ -2,7 +2,8 @@
|
|||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ""
|
||||
labels: bug
|
||||
labels:
|
||||
- "type: bug"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
labels:
|
||||
- "type: feature-request"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
name: Support request
|
||||
about: Need some help? Got an error message?
|
||||
title: ""
|
||||
labels: support
|
||||
labels:
|
||||
- "type: support"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue