From 9517e01627f05c9c481fc896fa0d020d23949b84 Mon Sep 17 00:00:00 2001 From: Danny Chiao Date: Fri, 7 Jan 2022 16:17:17 -0600 Subject: [PATCH] Add default priority for bug reports Signed-off-by: Danny Chiao --- .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 9263376d7e..2f2d0d2f5e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: 'kind/bug' +labels: 'kind/bug, priority/p2' assignees: '' ---