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

repository: update issue template and fixup some typos #1663

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
32 changes: 18 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Issue report
name: Issue Report
description: File an issue report
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 a previous issue matches your own, 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 for you.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the issue.
label: Steps to reproduce
description: Steps to reproduce the issue. The clearer the steps, the easier it will be for others to try and help debug it.
placeholder: |
1. Launch Dota 2 from Steam with the gamescope launch command `gamescope -f -r 120 -- %command%`...
2. Enter a bot match
Expand All @@ -33,14 +33,17 @@ body:
required: false
- type: textarea
attributes:
label: Hardware information
label: Hardware Information
description: |
examples:
- **Device type**: Steam Deck, Desktop, Laptop, etc.
- **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`
- **Driver Version**: Mesa 24.2.3 or NVIDIA 560.35.03 (`vulkaninfo --summary | grep driverInfo` or `nvidia-smi`)
- **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.3.1 or NVIDIA 565.77 (`vulkaninfo --summary | grep driverInfo` or `nvidia-smi`)
**FOR NVIDIA**: If you're using an NVIDIA driver, please run `nvidia-bug-report.sh` and attach your `nvidia-bug-report.log.gz` in the bottom section of the form.
value: |
- Device type:
- Distro:
- CPU:
- GPU:
Expand All @@ -50,12 +53,12 @@ body:
required: false
- type: textarea
attributes:
label: Software information
label: Software Information
description: |
examples:
- **Desktop environment**: KDE 6.1.5
- **Session type**: wayland (`echo $XDG_SESSION_TYPE`)
- **Gamescope version**: gamescope version 3.15.9-8-gddf0d76 (gcc 14.2.1) (find this with `gamescope --version`)
- **Desktop environment**: KDE 6.2.2
- **Session type**: Wayland (`echo $XDG_SESSION_TYPE`)
- **Gamescope version**: gamescope version 3.15.15 (gcc 14.2.1) (find this with `gamescope --version`)
- **Gamescope launch command(s)**: `gamescope -f -h 2160 -w 7680 -r 120 -- %command%`
value: |
- Desktop environment:
Expand All @@ -81,8 +84,9 @@ 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.

Please include any relevant logging, screenshots, or an `nvidia-bug-report.tar.gz` if applicable in this section.
System reports generated by Steam (Help -> System Report on the desktop client or Settings -> System -> Create Report -> Save to Desktop in gamescope-session) can also be helpful.

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature request
name: Feature Request
description: Share ideas for new features
body:
- type: textarea
Expand Down
Loading