commit 856922346fed548d87e426dce8a137ba366c45dc
parent f2d1a75b080cf81d3a73cc3568e742139b835a52
Author: Steven Atkinson <steven@atkinson.mn>
Date: Sun, 9 Apr 2023 12:05:21 -0700
Update bug_report.md
Default to not urgent, not important
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: "[BUG]"
-labels: bug, unread
+labels: bug, unread, urgent:no, important:no
assignees: ''
---