From 6a52500bd3c1b39399f3f83b8348453203e747ee Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Sat, 29 Mar 2025 16:42:10 +0100 Subject: [PATCH] Add 'Split View' component to bug report template and advanced issue labeler --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/advanced-issue-labeler.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2be7b55cc..b6e8a8692 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -68,6 +68,7 @@ body: - Glance - URL Bar - Tabs + - Split View - Settings - Privacy - Performance diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index bae470aad..b5c0c7ef1 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -23,6 +23,8 @@ policy: keys: ['Settings'] - name: 'component: privacy' keys: ['Privacy'] + - name: 'component: split-view' + keys: ['Split View'] - name: 'component: performance' keys: ['Performance'] - name: 'component: media-controller'