Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Issue Templates #351

Merged
merged 7 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.