From f91b8019e9576f5bcda8717f991ee903d552dcb7 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 23 Jun 2023 19:17:53 -0700 Subject: [PATCH] chore: :memo: emojis in issue label --- issue_template/bug.yaml | 2 +- issue_template/feature.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/issue_template/bug.yaml b/issue_template/bug.yaml index 52b2a31703..e6aa388223 100644 --- a/issue_template/bug.yaml +++ b/issue_template/bug.yaml @@ -1,4 +1,4 @@ -name: Bug Report +name: 🐛 Bug Report about: File a bug report title: "[Bug]: " blank_issues_enabled: true diff --git a/issue_template/feature.yaml b/issue_template/feature.yaml index 5b64313d6c..2cdcd4d81b 100644 --- a/issue_template/feature.yaml +++ b/issue_template/feature.yaml @@ -1,4 +1,4 @@ -name: Feature Request +name: ✨ Feature Request about: Request a Feature title: "[Feature]: " blank_issues_enabled: true