diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml index be4b6d101b93e..b2e47d62910bd 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml @@ -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 Model: `lspci -nn | grep VGA` or `lshw -C display -numeric` + - Mesa/GPU Driver Version: `glxinfo -B | grep "OpenGL version string"` or `vulkaninfo | grep driverInfo` + - Window Manager and 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. Packages and builds can be found [here](https://mpv.io/installation/). value: |- - Linux version: - - Source: + - Kernel Version: + - GPU Model: + - Mesa/GPU Driver Version: + - Window Manager and Version: + - Source mpv: - Introduced in version: - - Window Manager and version: - - GPU model, driver and version: validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml b/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml index b3503be076441..9df7c26eef3fd 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml @@ -26,7 +26,7 @@ body: attributes: label: "Other Information" description: > - - macOS Version + - macOS Version: `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 @@ -37,7 +37,7 @@ body: appropriate build. Packages and builds can be found [here](https://mpv.io/installation/). value: |- - macOS version: - - Source: + - Source of mpv: - Introduced in version: validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml b/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml index 444d2e7c63cfe..9fedc64d0667a 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml @@ -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. @@ -38,9 +39,9 @@ body: appropriate build. Packages and builds can be found [here](https://mpv.io/installation/). value: |- - Windows version: - - Source: - - Introduced in version: - GPU model, driver and version: + - Source of mpv: + - Introduced in version: validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.yml b/.github/ISSUE_TEMPLATE/3_bug_report.yml index eee0160639754..056d90790685f 100644 --- a/.github/ISSUE_TEMPLATE/3_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/3_bug_report.yml @@ -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. Packages and builds can be found [here](https://mpv.io/installation/). value: |- - Platform version: + - GPU model, driver and version: - Source: - Introduced in version: - - GPU model, driver and version: validations: required: true - type: textarea