Skip to content

Commit

Permalink
add device/type & browser in bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jun 24, 2024
1 parent df0720c commit 855ed24
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,30 @@ body:
validations:
required: true
- type: dropdown
id: operating-system
id: device-type
attributes:
label: Operating system
description: Which operating system are you using?
label: Device Type
description: What type of device are you using?
options:
- Windows
- macOS
- Linux
- Desktop
- Mobile
- Tablet/iPad
- Other
default: 0
validations:
required: true
- type: dropdown
id: browser
attributes:
label: Browser
description: What is your browser?
options:
- Chrome
- Firefox
- Safari
- Edge
- Opera
- Other
default: 0
validations:
required: true
Expand Down

0 comments on commit 855ed24

Please sign in to comment.