🧹 chore: Enhance Issue Templates with Emoji Labels (#5754)

* updated the labels in the templates.

* fixed spacing in label in the templates.
This commit is contained in:
Ruben Talstra 2025-02-09 14:41:57 +01:00 committed by GitHub
parent d786bf263c
commit 1519afd4b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
labels: ["🐛 bug"]
body:
- type: markdown
attributes:

View file

@ -1,7 +1,7 @@
name: Feature Request
description: File a feature request
title: "Enhancement: "
labels: ["enhancement"]
title: "[Enhancement]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:

View file

@ -1,7 +1,7 @@
name: Question
description: Ask your question
title: "[Question]: "
labels: ["question"]
labels: ["question"]
body:
- type: markdown
attributes: