chore(core): enhance github issue templates by adding type (#13292)

This commit is contained in:
Miloš Paunović
2025-12-02 12:09:48 +01:00
committed by GitHub
parent 26f6154eed
commit 067414ffbe
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: Bug report
description: Report a bug or unexpected behavior in the project
labels: ["bug", "area/backend", "area/frontend"]
type: Bug
body:
- type: markdown

View File

@@ -2,6 +2,7 @@ name: Feature request
description: Suggest a new feature or improvement to enhance the project
labels: ["enhancement", "area/backend", "area/frontend"]
type: Feature
body:
- type: textarea