Fix default labels in issue templates

This commit is contained in:
Oliver
2025-07-17 13:42:15 +02:00
parent 56eee1c4c5
commit fbc51aa24c
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: Bug Report name: Bug Report
description: File a bug report. description: File a bug report.
title: "Bug: " title: "Bug: "
labels: ["bug"] labels: [ "Type: Bug", "Priority: Medium", "Status: Pending" ]
body: body:
- type: dropdown - type: dropdown
id: plugin id: plugin

View File

@@ -1 +0,0 @@
blank_issues_enabled: false

View File

@@ -1,7 +1,7 @@
name: Feature Request name: Feature Request
description: Suggest a new Feature. description: Suggest a new Feature.
title: "Feature: " title: "Feature: "
labels: ["feature"] labels: [ "Type: Enhancement", "Priority: Medium", "Status: Pending" ]
body: body:
- type: dropdown - type: dropdown
id: plugin id: plugin