mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 01:19:59 +02:00
Add 'Split View' component to bug report template and advanced issue labeler
This commit is contained in:
parent
ebd9419a94
commit
6a52500bd3
2 changed files with 3 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -68,6 +68,7 @@ body:
|
||||||
- Glance
|
- Glance
|
||||||
- URL Bar
|
- URL Bar
|
||||||
- Tabs
|
- Tabs
|
||||||
|
- Split View
|
||||||
- Settings
|
- Settings
|
||||||
- Privacy
|
- Privacy
|
||||||
- Performance
|
- Performance
|
||||||
|
|
2
.github/advanced-issue-labeler.yml
vendored
2
.github/advanced-issue-labeler.yml
vendored
|
@ -23,6 +23,8 @@ policy:
|
||||||
keys: ['Settings']
|
keys: ['Settings']
|
||||||
- name: 'component: privacy'
|
- name: 'component: privacy'
|
||||||
keys: ['Privacy']
|
keys: ['Privacy']
|
||||||
|
- name: 'component: split-view'
|
||||||
|
keys: ['Split View']
|
||||||
- name: 'component: performance'
|
- name: 'component: performance'
|
||||||
keys: ['Performance']
|
keys: ['Performance']
|
||||||
- name: 'component: media-controller'
|
- name: 'component: media-controller'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue