|
| 1 | +name: Issue report |
| 2 | +description: File an issue report |
| 3 | +body: |
| 4 | +- type: checkboxes |
| 5 | + attributes: |
| 6 | + label: Is there an existing issue for this? |
| 7 | + description: Please search to see if an issue already exists for the bug you encountered. |
| 8 | + options: |
| 9 | + - label: I have searched the existing issues |
| 10 | + required: true |
| 11 | +- type: checkboxes |
| 12 | + attributes: |
| 13 | + label: Are you using any gamescope patches or a forked version of gamescope? |
| 14 | + description: Please confirm any issues occur on upstream gamescope without any patches before filing an issue here. |
| 15 | + options: |
| 16 | + - label: The issue occurs on upstream gamescope without any modifications |
| 17 | + required: true |
| 18 | +- type: textarea |
| 19 | + attributes: |
| 20 | + label: Current Behavior |
| 21 | + description: A concise description of the issue you're experiencing. |
| 22 | + validations: |
| 23 | + required: false |
| 24 | +- type: textarea |
| 25 | + attributes: |
| 26 | + label: Steps To Reproduce |
| 27 | + description: Steps to reproduce the issue. |
| 28 | + placeholder: | |
| 29 | + 1. Launch Dota 2 from Steam with the gamescope launch command `gamescope -f -r 120 -- %command%`... |
| 30 | + 2. Enter a bot match |
| 31 | + 3. Move the cursor around |
| 32 | + validations: |
| 33 | + required: false |
| 34 | +- type: textarea |
| 35 | + attributes: |
| 36 | + label: Hardware information |
| 37 | + description: | |
| 38 | + examples: |
| 39 | + - **Distro**: SteamOS 3.6.15 (`cat /etc/os-release`) |
| 40 | + - **CPU**: 32-core AMD Ryzen Threadripper 7970X (`inxi` or `cat /proc/cpuinfo`) |
| 41 | + - **GPU**: Advanced Micro Devices [AMD/ATI] Navi 31 [Radeon RX 7900 XT/7900 XTX/7900M] (`lspci -nn | grep VGA` or `lshw -C display -numeric` or `vulkaninfo --summary | grep deviceName` |
| 42 | + - **Driver Version**: Mesa 24.2.3 or NVIDIA 560.35.03 (`vulkaninfo --summary | grep driverInfo` or `nvidia-smi`) |
| 43 | + value: | |
| 44 | + - Distro: |
| 45 | + - CPU: |
| 46 | + - GPU: |
| 47 | + - Driver Version: |
| 48 | + render: markdown |
| 49 | + validations: |
| 50 | + required: false |
| 51 | +- type: textarea |
| 52 | + attributes: |
| 53 | + label: Software information |
| 54 | + description: | |
| 55 | + examples: |
| 56 | + - **Desktop environment**: KDE 6.1.5 |
| 57 | + - **Session type**: wayland (`echo $XDG_SESSION_TYPE`) |
| 58 | + - **Gamescope version**: gamescope version 3.15.9-8-gddf0d76 (gcc 14.2.1) (find this with `gamescope --version`) |
| 59 | + - **Gamescope launch command(s)**: `gamescope -f -h 2160 -w 7680 -r 120 -- %command%` |
| 60 | + value: | |
| 61 | + - Desktop environment: |
| 62 | + - Session type: |
| 63 | + - Gamescope version: |
| 64 | + - Gamescope launch command(s): |
| 65 | + render: markdown |
| 66 | + validations: |
| 67 | + required: false |
| 68 | +- type: checkboxes |
| 69 | + id: backend |
| 70 | + attributes: |
| 71 | + label: Which gamescope backends have the issue you are reporting? |
| 72 | + description: You may select more than one. |
| 73 | + options: |
| 74 | + - label: Wayland (default for nested gamescope) |
| 75 | + - label: DRM (default for embedded gamescope, i.e. gamescope-session) |
| 76 | + - label: SDL |
| 77 | + - label: OpenVR |
| 78 | + validations: |
| 79 | + required: true |
| 80 | +- type: textarea |
| 81 | + attributes: |
| 82 | + label: Logging, screenshots, or anything else |
| 83 | + description: | |
| 84 | + Please include any relevant logging or screenshots that will give us more context about the issue you are reporting. |
| 85 | +
|
| 86 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 87 | + validations: |
| 88 | + required: false |
0 commit comments