From 27c0c0a5e860073176b710e5d87066880f6bc0d8 Mon Sep 17 00:00:00 2001 From: Henry <30578846+hjball@users.noreply.github.com> Date: Thu, 5 Jun 2025 05:37:31 +0100 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++---- .github/ISSUE_TEMPLATE/feature_request.md | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d006cec7..8daaa679 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,10 @@ --- -name: "🐛 Bug Report" -description: Create a report to help us improve -labels: ["🐛 bug"] -assignees: "" +name: "\U0001F41B Bug Report" +about: Create a report to help us improve +title: '' +labels: feature +assignees: '' + --- ## 🐛 Bug Report diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 84a72241..e0f9a704 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,10 @@ --- name: "✨ Feature Request" -description: Suggest an idea for this project -labels: ["✨ feature"] -assignees: "" +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + --- ## ✨ Feature Request