From 4dfe75d68b6ed262def88031ec55697b63ef1c8e Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Fri, 30 May 2025 19:57:10 +1000 Subject: [PATCH] Add GH types to issue templates (#3991) --- .github/ISSUE_TEMPLATE/bug-report.yaml | 6 ++++-- .github/ISSUE_TEMPLATE/feature-request.yaml | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index d72f34bea..45edb6003 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,7 +1,9 @@ name: Bug Report -description: "Something is not behaving as expected." -title: "[Bug]: " +description: 'Something is not behaving as expected.' +title: '[Bug]: ' labels: ['Potential Bug'] +type: Bug + body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 3ad7f49fd..dc1667a6f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,7 +1,8 @@ name: Feature Request description: Suggest an idea for this project -title: "[Feature Request]: " -labels: ["enhancement"] +title: '[Feature Request]: ' +labels: ['enhancement'] +type: Feature body: - type: checkboxes