From 9cef2c4c97098bf187bd5eb11abb710993d2cbb5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 19 Jan 2025 16:48:44 +0100 Subject: [PATCH] chore: add Bug type to bug issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7d78b43a0..d410a8186 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Found something you weren't expecting? Report it here! -labels: kind/bug +type: Bug body: - type: markdown attributes: @@ -49,4 +49,4 @@ body: id: screenshots attributes: label: Screenshots - description: If this issue involves the Web Interface, please provide one or more screenshots + description: If this issue involves the Web Interface, please provide one or more screenshots \ No newline at end of file