From 1519afd4b96a7652a4d029ec359f6fb700925656 Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Sun, 9 Feb 2025 14:41:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20Enhance=20Issue=20Templ?= =?UTF-8?q?ates=20with=20Emoji=20Labels=20(#5754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * updated the labels in the templates. * fixed spacing in label in the templates. --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 4 ++-- .github/ISSUE_TEMPLATE/QUESTION.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 5c88b9f70d..78201bfdb3 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report title: "[Bug]: " -labels: ["bug"] +labels: ["🐛 bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index d85957fd22..613c9e0a01 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -1,7 +1,7 @@ name: Feature Request description: File a feature request -title: "Enhancement: " -labels: ["enhancement"] +title: "[Enhancement]: " +labels: ["✨ enhancement"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index 0669fd6724..c66e6baa3b 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -1,7 +1,7 @@ name: Question description: Ask your question title: "[Question]: " -labels: ["question"] +labels: ["❓ question"] body: - type: markdown attributes: