Skip to content

Commit 8bb6dda

Browse files
committed
feat: replace browser with device information in bug template
1 parent 046cb0f commit 8bb6dda

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+9-12
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,16 @@ body:
4242
validations:
4343
required: true
4444

45-
- type: dropdown
46-
id: browser
45+
- type: textarea
46+
id: device-information
4747
attributes:
48-
label: "🥦 Browser"
49-
description: "What browser are you using?"
50-
options:
51-
- Google Chrome
52-
- Brave
53-
- Microsoft Edge
54-
- Mozilla Firefox
55-
- Safari
56-
- Opera
57-
- Other
48+
label: "🖥️ Device Information [optional]"
49+
description: |
50+
Please provide details about your device to help us diagnose the issue more effectively.
51+
value: |
52+
- Operating System (OS): e.g., Windows 10, macOS, Ubuntu 22.04
53+
- Browser: e.g., Google Chrome, Firefox
54+
- Browser Version: e.g., 135.0, 133.0.
5855
validations:
5956
required: false
6057

0 commit comments

Comments
 (0)