From 92a1bcca93fe9836b60bed1d08d8c5d22bfb4734 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:42:56 -0400 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/index.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/index.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9c2622b..c549fa4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -title: "" +title: "[Bug]: " labels: ["bug"] body: - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/index.yml b/.github/ISSUE_TEMPLATE/index.yml deleted file mode 100644 index 9371fb7..0000000 --- a/.github/ISSUE_TEMPLATE/index.yml +++ /dev/null @@ -1,2 +0,0 @@ -issue_templates: - - bug_report.yml