From a57d61f1cc68de9e07ddc6cbf6ac1f5a46bc9dcc Mon Sep 17 00:00:00 2001 From: WittyWizard Date: Mon, 23 Dec 2024 18:19:52 +0530 Subject: [PATCH] Fixed: Label in issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3bb14d4..f897d3e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- -name: 🐞 Bug Report +name: 🐛 Bug Report about: Create a bug report to help us resolving the bug -title: '🐞 Bug: ' -labels: 'bugfixes 🐞' +title: '🐛 Bug: ' +labels: 'bugfixes 🐛' assignees: '' ---