From 649bc32b1f9a5bede4b291405101ff3bca015e1f Mon Sep 17 00:00:00 2001 From: dw-0 Date: Sat, 31 Aug 2024 12:59:44 +0200 Subject: [PATCH] chore: remove severity from bug report template Signed-off-by: Dominik Willner --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 80e542ecf..cb6d2db7c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,19 +28,6 @@ body: placeholder: 1.0.0 validations: required: true - - type: dropdown - id: severity - attributes: - label: Severity impact - description: See label descriptions for more information. - options: - - Low - - Medium - - High - - Critical - validations: - required: true - - type: dropdown id: platform attributes: