From 88a1a2b3a374723694b7c97e46f270030d50989c Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Mon, 6 Jan 2025 13:56:10 -0500 Subject: [PATCH] chore: change default bug priority from p2 to p3 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 563e08f14..b0bae9f21 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -labels: 'type: bug, priority: p2' +labels: 'type: bug, priority: p3' --- Thanks for stopping by to let us know something could be better!