From 0f8868a232c61b984b2540446b8298851cb01b4c Mon Sep 17 00:00:00 2001 From: Danny Brown Date: Tue, 19 Nov 2019 03:39:09 -0500 Subject: [PATCH] chore: add triage to default bug report label --- .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 29d710039..a1c6043bd 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug report" about: Create a report to help us improve title: '' -labels: 'Community: Report :bug:' +labels: 'Community: Report :bug:', 'Triage :white_flag:' assignees: '' ---