From 80625135e3bc26a6903276b9a761574b91ee6625 Mon Sep 17 00:00:00 2001 From: Josh King Date: Sat, 26 Jul 2025 11:12:10 +1200 Subject: [PATCH 1/2] (repo) Update bug report labels --- .github/ISSUE_TEMPLATE/Bug_Report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yaml b/.github/ISSUE_TEMPLATE/Bug_Report.yaml index b43ba3c..0d60ba6 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yaml @@ -1,7 +1,7 @@ name: Bug Report 🐛 description: Report errors or unexpected behavior title: "[Bug]: " -labels: [bug, triage] +labels: [type: bug, status: triage] assignees: - Windos body: From 972567fbaf64180a3a27405c3d5ccc5252dbb067 Mon Sep 17 00:00:00 2001 From: Josh King Date: Sat, 26 Jul 2025 11:13:50 +1200 Subject: [PATCH 2/2] (repo) Update feature request labels --- .github/ISSUE_TEMPLATE/Feature_Request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yaml b/.github/ISSUE_TEMPLATE/Feature_Request.yaml index dca6bbb..54cde21 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.yaml +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yaml @@ -1,7 +1,7 @@ name: Feature Request/Idea 🚀 description: Suggest a new feature or improvement title: "[Feature]: " -labels: [enhancement, triage] +labels: [type: feature request, status: triage] assignees: - Windos body: @@ -46,4 +46,4 @@ body: attributes: label: Additional Context description: | - Please include any other information here that you feel may be relevant to the feature you want implemented that is not covered in the previous sections. \ No newline at end of file + Please include any other information here that you feel may be relevant to the feature you want implemented that is not covered in the previous sections.