Skip to content

Commit

Permalink
added some fields to bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Dec 18, 2023
1 parent 18909fe commit 871a48e
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
name: Bug Report
description: Something is not working (video, audio, gamepad, crash, etc...)
body:
- type: markdown
attributes:
value: |
## Device Information
Please provide information about the device you are using as a client.
- type: input
attributes:
label: Moonlight Version
description: What is the version of Moonlight you are using?
placeholder: "Example: 1.6.0"
validations:
required: true
- type: dropdown
attributes:
label: Device Type
description: What kind of device are you using?
description: What kind of device are you running Moonlight on?
options:
- webOS TV
- Raspberry Pi
Expand All @@ -26,13 +38,12 @@ body:
placeholder: "Example: webOS 4.5.3"
validations:
required: true
- type: input
- type: markdown
attributes:
label: Moonlight Version
description: What is the version of Moonlight you are using?
placeholder: "Example: 1.6.0"
validations:
required: true
value: |
## Host Information
Please provide information about the computer you are streaming from.
This information is important especially when experiencing performance issues.
- type: dropdown
attributes:
label: Host OS
Expand All @@ -48,6 +59,17 @@ body:
options:
- Sunshine
- GeForce Experience
- type: textarea
attributes:
label: Host Setup
description: What is the hardware and software setup of your computer?
placeholder: "Example: Intel Core i7-8700K, NVIDIA GeForce RTX 2080 Ti, 16GB RAM with Windows 10 Home"
- type: markdown
attributes:
value: |
## Issue Information
Please provide information about the issue you are experiencing.
This information is important to help us understand the issue.
- type: textarea
attributes:
label: Bug Description
Expand Down

0 comments on commit 871a48e

Please sign in to comment.