Skip to content

Commit

Permalink
Update Issue Templates (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Dec 18, 2023
1 parent cd398ed commit f789c9f
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 78 deletions.
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

96 changes: 96 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
name: Bug Report
description: Something is not working (video, audio, gamepad, crash, etc...)
labels:
- bug
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 running Moonlight on?
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: markdown
attributes:
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
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: 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
description: What kind of incorrect behavior did you see?
placeholder: "Example: I can't see video output when I start streaming"
validations:
required: true
- type: textarea
attributes:
label: Reproduction Steps
description: Can you reproduce the issue? If so, please share below as steps.
placeholder: |
Example:
1. Select computer
2. Open "desktop" in the apps list
3. Wait for the connection to be established
4. Seeing black screen without video
- type: textarea
attributes:
label: Expected Behavior
description: What is the correct behavior do you think?
placeholder: "Seeing video output of my computer screen"
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/compatibility_report.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://moonlight-stream.org/discord
about: For general questions and discussion, feel free to join our Discord server.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Feature Request
description: Suggest a new feature or improvement
labels:
- enhancement
body:
- type: textarea
attributes:
label: Description
description: Describe the feature you would like to see added to Moonlight.
placeholder: "Example: I would like to see support for custom ports."
validations:
required: true
- type: textarea
attributes:
label: Motivation
description: Why do you think this feature should be added?
placeholder: "Example: My host is behind a firewall and I cannot open default ports."
validations:
required: true
- type: textarea
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here.
placeholder: "Example: I am using Moonlight on a Raspberry Pi 4."
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit f789c9f

Please sign in to comment.