diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml index 5a6c259ddb..42b77ef967 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml @@ -33,7 +33,8 @@ body: - 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 + - Latest version of mpv you know without the problem + - The time when the problem started to happen (after updating mpv, system, driver, etc.) - Possible screenshot or video of visual glitches If you're not using git master or the latest release, update. @@ -45,7 +46,8 @@ body: - Mesa/GPU Driver Version: - Window Manager and Version: - Source of mpv: - - Introduced in version: + - Latest known working version: + - Issue started after the following happened: render: text validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml b/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml index 9a89a1adf9..4e3cfa61fd 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml @@ -28,7 +28,8 @@ body: description: > - 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 + - Latest version of mpv you know without the problem + - The time when the problem started to happen (after updating mpv, system, driver, etc.) - Possible screenshot or video of visual glitches If you're not using git master or the latest release, update. @@ -38,7 +39,8 @@ body: value: |- - macOS version: - Source of mpv: - - Introduced in version: + - Latest known working version: + - Issue started after the following happened: render: text validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml b/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml index d524137629..0555964e19 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml @@ -30,7 +30,8 @@ body: `"$([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 + - Latest version of mpv you know without the problem + - The time when the problem started to happen (after updating mpv, system, driver, etc.) - Possible screenshot or video of visual glitches If you're not using git master or the latest release, update. @@ -41,7 +42,8 @@ body: - Windows version: - GPU model, driver and version: - Source of mpv: - - Introduced in version: + - Latest known working version: + - Issue started after the following happened: render: text validations: required: true diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.yml b/.github/ISSUE_TEMPLATE/3_bug_report.yml index 20136bc41d..b290e23364 100644 --- a/.github/ISSUE_TEMPLATE/3_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/3_bug_report.yml @@ -29,7 +29,8 @@ body: - Platform and Version - GPU model, driver and version - Source of the mpv binary - - If known which version of mpv introduced the problem + - Latest version of mpv you know without the problem + - The time when the problem started to happen (after updating mpv, system, driver, etc.) - Possible screenshot or video of visual glitches If you're not using git master or the latest release, update. @@ -38,7 +39,8 @@ body: - Platform version: - GPU model, driver and version: - Source of mpv: - - Introduced in version: + - Latest known working version: + - Issue started after the following happened: render: text validations: required: true