From 8d3fe67fbe9d28c2a43b927e94504fbd05a9585f Mon Sep 17 00:00:00 2001 From: Jack Zgombic <69125339+jzgom067@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:39:43 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/cleanup-request.md | 2 +- .github/ISSUE_TEMPLATE/new-feature.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5d51e809..de378e36 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG]" +title: '' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/cleanup-request.md b/.github/ISSUE_TEMPLATE/cleanup-request.md index a6df88ee..1469c356 100644 --- a/.github/ISSUE_TEMPLATE/cleanup-request.md +++ b/.github/ISSUE_TEMPLATE/cleanup-request.md @@ -1,7 +1,7 @@ --- name: Cleanup request about: Ask for some code refactoring -title: "[CLEANUP]" +title: '' labels: cleanup assignees: '' diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md index e6953bea..3cf60126 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.md +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -1,7 +1,7 @@ --- name: New feature about: Suggest an idea for this project -title: "[FEATURE]" +title: '' labels: enhancement assignees: ''