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 f71bec7 commit 1479e7d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/reportabug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ body:
value:
validations:
required: true
- type: checkboxes
id: type
attributes:
label: Did this happen via Desktop or Smartphone?
options:
- Desktop
- Smartphone
validations:
required: true
- type: input
id: operating-system
attributes:
Expand All @@ -62,6 +71,13 @@ body:
placeholder: e.g., 22
validations:
required: true
- type: input
id: device
attributes:
label: Device
placeholder: e.g., iPhone 6
validations:
required: false
- type: textarea
id: logs
attributes:
Expand Down

0 comments on commit 1479e7d

Please sign in to comment.