Skip to content

Commit

Permalink
convert checkboxes into dropdowns with multiple answers allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 19, 2023
1 parent af8ce26 commit a806084
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,49 +48,52 @@ body:
placeholder: For example, 32.2.7
validations:
required: true
- type: checkboxes
- type: dropdown
id: device
attributes:
label: What devices are you seeing the problem on?
options:
- label: Desktop
- label: Mobile
- label: Tablet
- Desktop
- Mobile
- Tablet
multiple: true
- type: input
id: device-details
attributes:
label: Device details
description: Here you can provide further information about the device(s) that are affected by this bug or issue.
validations:
required: false
- type: checkboxes
- type: dropdown
id: operating-system
attributes:
label: What operating systems are you seeing the problem on?
options:
- label: Windows
- label: macOS
- label: Android
- label: iOS
- label: Other
- Windows
- macOS
- Android
- iOS
- Other
multiple: true
- type: input
id: operating-system-details
attributes:
label: Operating system details
description: Here you can provide further information about the operating system(s) that are affected by this bug or issue.
validations:
required: false
- type: checkboxes
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
options:
- label: Firefox
- label: Chrome
- label: Safari
- label: Microsoft Edge
- label: Microsoft Internet Explorer
- label: Other
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Microsoft Internet Explorer
- Other
multiple: true
- type: input
id: browsers-details
attributes:
Expand Down

0 comments on commit a806084

Please sign in to comment.