🧹 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 name: Bug Report
description: File a bug report description: File a bug report
title: "[Bug]: " title: "[Bug]: "
labels: ["bug"] labels: ["🐛 bug"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

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

View file

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