mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 12:32:43 +00:00
ci(issues): update issue template (#2277)
This commit is contained in:
parent
ccd65591e9
commit
d6dd1ab42b
39
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
39
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -7,33 +7,32 @@ body:
|
|||||||
value: >
|
value: >
|
||||||
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT!**
|
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT!**
|
||||||
Please use our [Support Center](https://app.lizardbyte.dev/support) for support issues.
|
Please use our [Support Center](https://app.lizardbyte.dev/support) for support issues.
|
||||||
Non actionable bug reports will be locked and closed!
|
Non actionable bug reports will be LOCKED and CLOSED!
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this?
|
label: Is there an existing issue for this?
|
||||||
description: Please search to see if an issue already exists for the bug you encountered.
|
description: Please search to see if an issue already exists for the bug you encountered.
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing issues
|
- label: I have searched the existing issues
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is your issue described in the documentation?
|
label: Is your issue described in the documentation?
|
||||||
description: Please read our [documentation](https://docs.lizardbyte.dev/projects/sunshine)
|
description: Please read our [documentation](https://docs.lizardbyte.dev/projects/sunshine)
|
||||||
options:
|
options:
|
||||||
- label: I have read the documentation
|
- label: I have read the documentation
|
||||||
required: true
|
- type: dropdown
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
attributes:
|
||||||
label: Is your issue present in the latest beta/pre-release?
|
label: Is your issue present in the latest beta/pre-release?
|
||||||
description: Please test the latest [pre-release](https://github.com/LizardByte/Sunshine/releases)
|
description: Please test the latest [pre-release](https://github.com/LizardByte/Sunshine/releases).
|
||||||
options:
|
options:
|
||||||
- label: This issue is present in the latest pre-release
|
- "I didn't read the issue template"
|
||||||
required: true
|
- "I'm too lazy to test"
|
||||||
|
- "This issue is present in the latest pre-release"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the Bug
|
label: Describe the Bug
|
||||||
description: A clear and concise description of the bug.
|
description: A clear and concise description of the bug, list the reproduction steps.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -81,7 +80,9 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Sunshine commit or version
|
label: Sunshine commit or version
|
||||||
placeholder: eg. 0.18.0
|
description: |
|
||||||
|
Use `sunshine --verison` to get the version, or get the version from web UI.
|
||||||
|
Please don't just copy the latest commit from our repo, if that's not the commit you're actually using.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -94,12 +95,13 @@ body:
|
|||||||
- Linux - AUR (Third Party)
|
- Linux - AUR (Third Party)
|
||||||
- Linux - deb
|
- Linux - deb
|
||||||
- Linux - Docker
|
- Linux - Docker
|
||||||
|
- Linux - flathub (Third Party)
|
||||||
- Linux - flatpak
|
- Linux - flatpak
|
||||||
- Linux - Homebrew
|
- Linux - Homebrew
|
||||||
- Linux - nixpkgs (Third Party)
|
- Linux - nixpkgs (Third Party)
|
||||||
- Linux - PKGBUILD
|
|
||||||
- Linux - pkg.tar.zst
|
- Linux - pkg.tar.zst
|
||||||
- Linux - rpm
|
- Linux - rpm
|
||||||
|
- Linux - solus (Third Party)
|
||||||
- macOS - Homebrew
|
- macOS - Homebrew
|
||||||
- macOS - Portfile
|
- macOS - Portfile
|
||||||
- Windows - Chocolatey (Third Party)
|
- Windows - Chocolatey (Third Party)
|
||||||
@ -131,7 +133,6 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: GPU Model
|
label: GPU Model
|
||||||
description: The model of the installed graphics card.
|
description: The model of the installed graphics card.
|
||||||
placeholder: e.g. GeForce RTX 2080 SUPER
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -139,15 +140,21 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: GPU Driver/Mesa Version
|
label: GPU Driver/Mesa Version
|
||||||
description: The driver/mesa version of the installed graphics card.
|
description: The driver/mesa version of the installed graphics card.
|
||||||
placeholder: e.g. 497.29
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: dropdown
|
||||||
id: capture_method
|
id: capture_method
|
||||||
attributes:
|
attributes:
|
||||||
label: Capture Method (Linux Only)
|
label: Capture Method
|
||||||
description: If on Linux, the capture method being used.
|
description: The capture method being used.
|
||||||
placeholder: e.g. PipeWire/KVM/X11/KMS
|
options:
|
||||||
|
- AVCaptureScreen (macOS)
|
||||||
|
- KMX (Linux)
|
||||||
|
- NvFBC (Linux)
|
||||||
|
- wlroots (Linux)
|
||||||
|
- X11 (Linux)
|
||||||
|
- Desktop Duplication API (Windows)
|
||||||
|
- Windows.Graphics.Capture (Windows)
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user