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'