From 7eec40fc4361f63113de0e3019c35db051f2f8da Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sun, 27 Oct 2024 11:15:42 +0100 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d5d89fbd0..a04a070bc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: Bug report -about: Create a bug report to help us improve -title: "" -labels: bug +description: Create a bug report to help us improve +title: "[Bug]" +labels: ["bug"] assignees: Snowiiii body: - type: checkboxes @@ -9,8 +9,9 @@ body: attributes: label: I've searched existing issues and couldn't find a duplicate. description: I confirm this is not a duplicate. - validations: - required: true + options: + - label: I confirm this is not a duplicate. + required: true - type: input id: os attributes: @@ -38,7 +39,7 @@ body: id: to-reproduce attributes: label: To Reproduce - description: Steps to reproduce the behavior: + description: Steps to reproduce the behavior validations: required: true - type: textarea