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 46a7e1f commit 18909fe
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 23 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,53 @@
name: Bug Report
description: Something is not working (video, audio, gamepad, crash, etc...)
body:
- type: dropdown
attributes:
label: Device Type
description: What kind of device are you using?
options:
- webOS TV
- Raspberry Pi
- Steam Link
- Other (Desktop Linux, macOS, etc...)
validations:
required: true
- type: input
attributes:
label: Device Model
description: What is the model of your device?
placeholder: "Example: LG C9"
validations:
required: true
- type: input
attributes:
label: Device OS
description: What is the OS version of your device?
placeholder: "Example: webOS 4.5.3"
validations:
required: true
- 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: Host OS
description: What is the OS of your computer?
options:
- Windows
- Linux
- macOS
- type: dropdown
attributes:
label: Host Software
description: What streaming software are you using?
options:
- Sunshine
- GeForce Experience
- type: textarea
attributes:
label: Bug Description
Expand Down
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/compatibility_report.md

This file was deleted.

0 comments on commit 18909fe

Please sign in to comment.