Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alischumacher committed Mar 20, 2023
1 parent 55d5d5f commit 0faa68f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/reportabug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ body:
- type: dropdown
id: type
attributes:
label: Did this happen via Desktop or Smartphone?
label: Did this happen via Desktop and/or Smartphone?
multiple: true
options:
- Desktop
- Smartphone
validations:
required: true
required: false
- type: input
id: operating-system
attributes:
label: Operating System
placeholder: e.g., Windows 10, iOS
validations:
required: true
required: false
- type: dropdown
id: browsers
attributes:
Expand All @@ -71,7 +71,7 @@ body:
label: Version
placeholder: e.g., 22
validations:
required: true
required: false
- type: input
id: device
attributes:
Expand Down

0 comments on commit 0faa68f

Please sign in to comment.