From 9da010fb93e095906ec91acc2e4550329c98d55e Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 22 Jan 2024 11:00:19 -0500 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c1a82f3..47fcb63 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,17 +1,22 @@ --- name: Bug report about: Create a report to help us improve -title: '[PRIORITY] - ' +title: '' labels: '' assignees: '' - +body: + - type: dropdown + id: priority + attributes: + label: What is the priority of this issue? + options: + - P0 + - P1 + - P3 + validations: + required: true --- -**Priority Level** -- [ ] P0 - Critical -- [ ] P1 - High -- [ ] P2 - Medium - **Describe the bug** A clear and concise description of what the bug is.