You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,21 +32,30 @@ body:
32
32
label: What happened?
33
33
description: And what should have happened instead? This really helps everone review quicker and greatly increases the chance that someone can get around to solve your issue
34
34
placeholder: Tell us what you see!
35
-
value: "Error in console and page wouldn't load"
35
+
validations:
36
+
required: true
37
+
- type: dropdown
38
+
id: browsers
39
+
attributes:
40
+
label: What browsers are you seeing the problem on?
41
+
multiple: true
42
+
options:
43
+
- Firefox
44
+
- Chrome
45
+
- Safari
46
+
- Microsoft Edge
47
+
- Other
36
48
validations:
37
49
required: true
38
50
- type: textarea
39
51
id: list
40
52
attributes:
41
53
label: Console info
42
54
description: |
43
-
If there are errors in your browser console then its helpful to be able to troubleshoot. Usually found in the browsers 'Dev Tools'
44
-
45
-
```bash
46
-
```
55
+
If there are errors in your browser console then its helpful to be able to troubleshoot. Usually found in the browser's `Dev Tools`
47
56
render: shell
48
57
- type: textarea
49
58
id: context
50
59
attributes:
51
60
label: Additional Context
52
-
description: Add any additional context information or screenshots you think are useful.
61
+
description: Add any additional context information or screenshots you think are useful.
0 commit comments