Issues: add issue types (#5648)

This commit is contained in:
Matiss Janis Aboltins
2025-09-07 19:13:15 +01:00
committed by GitHub
parent 510dd31de6
commit 7c07295448
3 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: Bug Report
description: File a bug report also known as an issue or problem.
title: '[Bug]: '
labels: ['needs triage', 'bug']
type: Bug
body:
- type: markdown
attributes:

View File

@@ -2,6 +2,7 @@ name: Feature request
description: Request a missing feature
title: '[Feature] '
labels: ['feature']
type: Feature
body:
- type: markdown
attributes:

View File

@@ -0,0 +1,7 @@
---
category: Maintenance
authors: [MatissJanis]
---
Add issue types for bug reports and feature requests in GitHub issue templates.