GitHub: Use issue type property instead of bug/idea labels

This commit is contained in:
Michael Mayer 2026-05-05 09:02:55 +00:00
parent 7f7e203ed1
commit 4e6251b42b
4 changed files with 4 additions and 6 deletions

View file

@ -2,7 +2,7 @@
name: Bug Report 🐞
about: Report a new and clearly identified bug that must be fixed directly in the application
title: 'SHORT DESCRIPTION OF THE PROBLEM YOU ARE REPORTING'
labels: bug
type: Bug
assignees: ''
---

View file

@ -1,8 +1,7 @@
name: Bug Report 🐞
description: Report a new and clearly identified bug that must be fixed directly in the application.
title: "Category: Short bug description (PLEASE CHANGE)"
labels:
- bug
type: Bug
assignees: []
body:
- type: markdown

View file

@ -2,7 +2,7 @@
name: Feature Request
about: Suggest a new feature or enhancement
title: 'Category: Short Description (PLEASE CHANGE)'
labels: idea
type: Feature
assignees: ''
---

View file

@ -1,8 +1,7 @@
name: Feature Request
description: Suggest a new feature or enhancement.
title: "Category: Short feature description (PLEASE CHANGE)"
labels:
- idea
type: Feature
assignees: []
body:
- type: markdown