Skip to content

Commit

Permalink
github/issue_template: rework system info section and provide commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Akemi committed May 9, 2024
1 parent e078aff commit 1d29f5e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
17 changes: 11 additions & 6 deletions .github/ISSUE_TEMPLATE/2_bug_report_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,26 @@ body:
attributes:
label: "Other Information"
description: >
- Linux Distribution and Version
Provide follwing information if applicable.
- Linux Version: `cat /etc/os-release | grep "NAME"`
- Kernel Version: `uname -a`
- GPU: `lspci -nn | grep VGA` or `lshw -C display -numeric`
- Mesa Version: `glxinfo -B | grep "OpenGL version string"`
- Xserver Version: `sudo X -version`
- Source of the mpv binary
- If known which version of mpv introduced the problem
- Window Manager and version
- GPU model, driver and version
- Possible screenshot or video of visual glitches
If you're not using git master or the latest release, update.
Releases are listed [here](https://github.com/mpv-player/mpv/releases).
value: |-
- Linux version:
- Source:
- Kernel Version:
- GPU:
- Mesa Version:
- Xserver Version:
- Source mpv:
- Introduced in version:
- Window Manager and version:
- GPU model, driver and version:
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2_bug_report_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body:
attributes:
label: "Other Information"
description: >
- macOS bersion
- macOS bersion: `system_profiler SPSoftwareDataType | sed -rn 's/^ *System Version: (.*$)/\1/p'`
- Source of the mpv binary or bundle
- If known which version of mpv introduced the problem
- Possible screenshot or video of visual glitches
Expand All @@ -37,7 +37,7 @@ body:
approriate build. Releases are listed [here](https://github.com/mpv-player/mpv/releases).
value: |-
- macOS version:
- Source:
- Source of mpv:
- Introduced in version:
validations:
required: true
Expand Down
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/2_bug_report_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ body:
attributes:
label: "Other Information"
description: >
- Windows Version
- Windows Version: `ver` (cmd) or
`"$([Environment]::OSVersion)/$((gp 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name CurrentBuild).CurrentBuild).$((gp 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name UBR).UBR)"` (PowerShell)
- GPU model, driver and version
- Source of the mpv binary
- If known which version of mpv introduced the problem
- GPU model, driver and version
- Possible screenshot or video of visual glitches
If you're not using git master or the latest release, update.
Expand All @@ -38,9 +39,9 @@ body:
approriate build. Releases are listed [here](https://github.com/mpv-player/mpv/releases).
value: |-
- Windows version:
- Source:
- Introduced in version:
- GPU model, driver and version:
- Source of mpv:
- Introduced in version:
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ body:
label: "Important Information"
description: >
- Platform and Version
- GPU model, driver and version
- Source of the mpv binary
- If known which version of mpv introduced the problem
- GPU model, driver and version
- Possible screenshot or video of visual glitches
If you're not using git master or the latest release, update.
Releases are listed [here](https://github.com/mpv-player/mpv/releases).
value: |-
- Platform version:
- GPU model, driver and version:
- Source:
- Introduced in version:
- GPU model, driver and version:
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 1d29f5e

Please sign in to comment.