From 3ec14780843e8a6d610b499463079bb38b339793 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 22 Jan 2024 10:46:48 -0500 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..c1a82f3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,17 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: '[PRIORITY] - ' labels: '' assignees: '' --- +**Priority Level** +- [ ] P0 - Critical +- [ ] P1 - High +- [ ] P2 - Medium + **Describe the bug** A clear and concise description of what the bug is. @@ -17,22 +22,14 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error -**Expected behavior** +**Expected Behavior** A clear and concise description of what you expected to happen. +**Actual Behavior** +A clear and concise description of what is actually happening + **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - **Additional context** Add any other context about the problem here.