From 1658ecaff22f92007f11bbc968851711987183bb Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 24 Jan 2025 11:55:38 +0100 Subject: [PATCH] Update bug report issue template Automatically assign the correct issue type and remove the bug label. --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 16336fe4e7..8dad244abd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,8 @@ name: Probleem melden / Bug report description: Meldt een probleem om ons te helpen verbeteren / Create a report to help us improve title: "Title here" -labels: ["bug", "triage"] +type: "Bug" +labels: ["triage"] assignees: [] body: - type: input @@ -9,7 +10,7 @@ body: attributes: label: Product versie / Product version description: Welke versie gebruikt u? / Which version do you use? - placeholder: "1.1.0" + placeholder: "3.0.0" validations: required: true - type: input