cicd: Labels on issue templates [skip ci]

This commit is contained in:
jamesread
2024-10-13 00:31:43 +01:00
committed by James Read
parent 86e876a9c9
commit 0b66bc7bbd
3 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
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,8 @@
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: feature-request"
assignees: '' assignees: ''
--- ---

View File

@@ -2,7 +2,8 @@
name: Support request name: Support request
about: Need some help? Got an error message? about: Need some help? Got an error message?
title: "" title: ""
labels: support labels:
- "type: support"
assignees: '' assignees: ''
--- ---