From 17539bcf2d90a7cf396bde6e8ce30401fb7b21e6 Mon Sep 17 00:00:00 2001 From: Jordan Shatford Date: Sun, 14 Apr 2024 09:08:10 +1000 Subject: [PATCH] fix: issue template labels --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a8b33375d..9c9f4e6b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: Bug report description: Report an issue with the project. labels: - - bug + - bug 🔥 body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a7008df44..9e64b7882 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,7 +3,7 @@ name: Feature Request description: Suggest a new feature for the project. labels: - - feature + - feature 🚀 body: - type: markdown