From 248358796274bbd1664d04e11a42c47604dc6806 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 3 Mar 2021 14:40:12 +0100 Subject: [PATCH] chore: label incoming issues with a triage label (#8962) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- docs/development/issue-labeling.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 25b6c706867faa..062e0897664511 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: You've found a bug with Renovate -labels: 'type:bug, status:requirements' +labels: 'type:bug, status:requirements, priority-5-triage' ---