Skip to content

Commit

Permalink
make device type field required
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Feb 16, 2025
1 parent 2072351 commit 1ed656f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,35 @@ body:
- type: markdown
attributes:
value: |
## Device Information
## Computer/Mobile Device Information
Please provide information about the device you are using to run Dev Manager.
We need this information to reproduce the issue.
- type: dropdown
attributes:
label: Computer/Mobile Device Type
label: Device Type
description: What type of device are you using to run Dev Manager?
options:
- 'Windows'
- 'macOS'
- 'Linux'
- 'Android'
validations:
required: true
- type: input
attributes:
label: Dev Manager Version
description: What is the version of Dev Manager you are using?
placeholder: "Example: 1.99.8"
validations:
required: true
- type: markdown
attributes:
value: |
## webOS Device Information
Please provide information about the device (TV, monitor, etc...) you are using.
- type: input
attributes:
label: webOS Model
label: Model
description: What is the model of your webOS device?
placeholder: "Example: OLEDG4"
validations:
Expand All @@ -46,12 +55,6 @@ body:
- 'No (with Dev Mode)'
validations:
required: true
- type: markdown
attributes:
value: |
## Host Information
Please provide information about the computer you are streaming from.
This information is important to reproduce the issue.
- type: markdown
attributes:
value: |
Expand Down

0 comments on commit 1ed656f

Please sign in to comment.