4
4
- type : markdown
5
5
attributes :
6
6
value : |
7
- Thank you for filing a bug report!
7
+ <p align="center">
8
+ <a href="https://zen-browser.app">
9
+ <picture>
10
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/zen-browser/desktop/dev/docs/assets/zen-light.svg">
11
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/zen-browser/desktop/dev/docs/assets/zen-dark.svg">
12
+ <img src="https://raw.githubusercontent.com/zen-browser/desktop/dev/docs/assets/zen-light.svg" alt="Zen Logo" width="64" height="64">
13
+ </picture>
14
+ <img src="https://raw.githubusercontent.com/zen-browser/desktop/dev/docs/assets/zen-browser.svg" alt="Zen Browser Text" width="156" height="64">
15
+ </a>
16
+ </p>
8
17
9
- ## IMPORTANT READ
10
- - Please provide descriptive titles. Bad titles do more harm than good.
11
- - Please search existing issues to avoid creating duplicates.
12
- - For enhancement requests, please use GitHub Discussions.
13
- - Please fill out the template below to the best of your ability.
14
- - Please describe the issue as much as possible and provide steps to reproduce it along with visual aids if possible.
18
+ <p align="center"><em>Thank you for filing a bug report!</em></p>
19
+
20
+ > [!IMPORTANT]
21
+ > - Please provide descriptive titles. Bad titles do more harm than good.
22
+ > - Please search existing issues to avoid creating duplicates.
23
+ > - For enhancement requests, please use GitHub Discussions.
24
+ > - Please fill out the template below to the best of your ability.
25
+ > - Please describe the issue as much as possible and provide steps to reproduce it along with visual aids if possible.
15
26
- type : checkboxes
16
27
id : captchas
17
28
attributes :
18
- label : Captchas
19
- description : Just making sure you did actually read the instructions .
29
+ label : Preliminary Checks
30
+ description : Please confirm the following before submitting a bug report. This helps us triage and resolve issues more efficiently .
20
31
options :
21
- - label : I have read the instructions.
32
+ - label : I have read and understood the important section above.
33
+ required : true
22
34
- label : I have searched existing issues and avoided creating duplicates.
35
+ required : true
23
36
- label : I am not filing an enhancement request.
37
+ required : true
24
38
- label : I have checked that this issue cannot be reproduced on Mozilla Firefox.
39
+ required : true
25
40
- label : I have checked that this issue can be reproduced once I removed all my Mods and Custom CSS.
26
- validations :
27
- required : true
41
+ required : true
28
42
- type : textarea
29
43
id : what-happened
30
44
attributes :
31
45
label : What happened?
32
- description : Also tell us, what did you expect to happen?
46
+ description : Describe the bug clearly and concisely.
33
47
placeholder : Tell us what you see!
34
48
validations :
35
49
required : true
50
+ - type : input
51
+ id : expected-behavior
52
+ attributes :
53
+ label : Expected behavior
54
+ description : Please write a description of what was supposed to happen.
55
+ validations :
56
+ required : true
57
+ - type : input
58
+ id : actual-behavior
59
+ attributes :
60
+ label : Actual behavior
61
+ description : Please write a description of what actually happened.
62
+ validations :
63
+ required : true
64
+ - type : textarea
65
+ id : how-to-reproduce
66
+ attributes :
67
+ label : Steps to reproduce
68
+ description : Please Provide numbered steps to reproduce this issue so developers can replicate them easily.
69
+ validations :
70
+ required : true
71
+ - type : textarea
72
+ id : screenshots
73
+ attributes :
74
+ label : Screenshots and videos
75
+ description : |
76
+ If applicable, add screenshots or videos to help explain your problem.
36
77
- type : input
37
78
id : version
38
79
attributes :
52
93
- Linux (Tarball)
53
94
- macOS - aarch64
54
95
- macOS - Intel
55
- - Windows - x64
56
96
- Windows - aarch64
97
+ - Windows - x64
57
98
- Other
58
99
validations :
59
100
required : true
@@ -63,26 +104,26 @@ body:
63
104
label : What component is this issue related to?
64
105
options :
65
106
- Other
107
+ - Bookmarks
66
108
- Compact Mode
67
- - Workspaces
68
- - Mods / Themes
109
+ - Customizable UI / Toolbars
110
+ - Extensions
69
111
- Glance
70
- - URL Bar
71
- - Tabs
72
- - Split View
73
- - Settings
74
- - Privacy
75
- - Performance
76
- - Media Controler
77
- - Tab unloading
78
- - Tab Folders
79
112
- Keyboard Shortcuts
80
- - Security
81
- - Extensions
82
- - Customizable UI / Toolbars
83
113
- Localization
84
- - Bookmarks
114
+ - Media Controler
115
+ - Mods / Themes
116
+ - Performance
117
+ - Privacy
118
+ - Security
119
+ - Settings
120
+ - Split View
85
121
- Sync
122
+ - Tab Folders
123
+ - Tab unloading
124
+ - Tabs
125
+ - URL Bar
126
+ - Workspaces
86
127
validations :
87
128
required : true
88
129
0 commit comments