From a92b50afea2684ed7046b20187dc4ef141c1a342 Mon Sep 17 00:00:00 2001 From: Tetiana Churikova Date: Tue, 25 Jun 2024 17:35:08 +0200 Subject: [PATCH] .github: add default prio label for bug (#20557) --- .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 13a10bb2fd..22ff0e1874 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: MVPBug Report about: MVPBug Report title: '' -labels: 'E:Mobile Bug MVP' +labels: ['E:Mobile Bug MVP', ':1234: low prio'] assignees: '' ---