From 465364d754940900a37eb2ddc92545de8a082933 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 22 Jan 2025 09:47:27 +0100 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/support-request---question.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 883733867..4ddd7672e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: Bug +type: Bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e74cb57fa..31c23dc3f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: Feature +type: Feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/support-request---question.md b/.github/ISSUE_TEMPLATE/support-request---question.md index 3392dbfd2..585e14a69 100644 --- a/.github/ISSUE_TEMPLATE/support-request---question.md +++ b/.github/ISSUE_TEMPLATE/support-request---question.md @@ -2,7 +2,7 @@ name: Support request / question about: Confused, looking for assistance, and you don't like GitHub Discussions? title: '' -labels: Support +type: Support assignees: '' ---