From b836e15306ae2f5548f8aba1f2072725ee96ea03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bures=CC=8C?= Date: Fri, 2 Aug 2024 11:54:31 +0200 Subject: [PATCH] ~ Bug report formatting adjustment --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a8b1817b..1353cb78 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,9 +1,7 @@ name: Bug Report description: "Create a bug report" -labels: - - "bug" -projects: - - "buresdv/2" +labels: ["Bug"] +projects: ["buresdv/2"] body: - type: markdown attributes: @@ -47,7 +45,9 @@ body: description: Did you buy the app, or compile it yourself? multiple: false options: + - "[Please select an option]" - Bought - Self-Compiled + default: 1 validations: required: true