From 1efe1184de1cfffbf8ef30a87bf682fd79145a87 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Fri, 1 Mar 2024 16:02:20 +0530 Subject: [PATCH] Update --bug-report.yaml --- .github/ISSUE_TEMPLATE/--bug-report.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/--bug-report.yaml b/.github/ISSUE_TEMPLATE/--bug-report.yaml index 95e2d77940..1403a4ad3b 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/--bug-report.yaml @@ -56,6 +56,18 @@ body: - Deploy Preview validations: required: true +- type: dropdown + id: severity + attributes: + label: Severity + description: "The impact of the issue" + options: + - Critical: Broken applications + - High: Blocker to building + - Medium: Frustrating UX + - Low: Inconsistent UI/UX + validations: + required: true - type: input id: video attributes: