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 committed Dec 12, 2024
1 parent 6315038 commit 177c828
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body:
- type: checkboxes
attributes:
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. If you're unsure whether or not an issue matches, file a new issue.
options:
- label: I have searched the existing issues
required: true
Expand All @@ -18,13 +18,13 @@ body:
- type: textarea
attributes:
label: Current Behavior
description: A concise description of the issue you're experiencing.
description: A concise description of the issue you're experiencing. If this is a regression, please try to provide the last gamescope version where the issue did not occur.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the issue.
description: Steps to reproduce the issue. The clearer the steps, the easier it will be for a developer to debug.
placeholder: |
1. Launch Dota 2 from Steam with the gamescope launch command `gamescope -f -r 120 -- %command%`...
2. Enter a bot match
Expand All @@ -40,7 +40,7 @@ body:
- **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`)
- **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.**
**For NVIDIA, please run `nvidia-bug-report.sh` and attach the generated nvidia-bug-report.log.gz to the section at the bottom of this form.**
value: |
- Distro:
- CPU:
Expand Down Expand Up @@ -82,9 +82,8 @@ body:
attributes:
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.
Please include any relevant logging, screenshots, and a `nvidia-bug-report.tar.gz` if applicable in this section.
In gamescope-session, you can go to Settings -> System -> Create Report -> Save to Desktop in Steam to generate a basic Steam system report.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
Expand Down

0 comments on commit 177c828

Please sign in to comment.