Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matte-schwartz authored Dec 12, 2024
1 parent 6330a32 commit 6315038
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ body:
examples:
- **Distro**: SteamOS 3.6.15 (`cat /etc/os-release`)
- **CPU**: 32-core AMD Ryzen Threadripper 7970X (`inxi` or `cat /proc/cpuinfo`)
- **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`
- **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`)
- **Driver Version**: Mesa 24.2.3 or NVIDIA 560.35.03 (`vulkaninfo --summary | grep driverInfo` or `nvidia-smi`)
**For NVIDIA, please run `nvidia-bug-report.sh` and attach the archive to the bottom section when submitting your report.**
value: |
- Distro:
- CPU:
Expand Down Expand Up @@ -82,7 +83,9 @@ body:
label: Logging, screenshots, or anything else
description: |
Please include any relevant logging or screenshots that will give us more context about the issue you are reporting.
Both gamescope and gamescope-session pipe logging to stderr, which should be present in your journal.
For bug reports on NVIDIA, please run `nvidia-bug-report.sh` in a terminal and attach the archive it generates here.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false

0 comments on commit 6315038

Please sign in to comment.