From b8aa8b10fbcf003a44492baad8c86cb9be1969e9 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:19:24 -0500 Subject: [PATCH] .github/ISSUE_TEMPLATE: ask for last known working version Currently it asks which version introduced the problem, but users are unlikely to know if they don't update and test every single version released, and this field is rarely filled in practice by non-developers. On the other hand, it's much easier to recall the last working version that they have used before. So ask for the last known working version, which is useful information for developers to narrow down bisecting range. Also ask when did the issue start in general since the issue can be caused by system or driver updates. --- .github/ISSUE_TEMPLATE/2_bug_report_linux.yml | 6 ++++-- .github/ISSUE_TEMPLATE/2_bug_report_macos.yml | 6 ++++-- .github/ISSUE_TEMPLATE/2_bug_report_windows.yml | 6 ++++-- .github/ISSUE_TEMPLATE/3_bug_report.yml | 6 ++++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml index 5a6c259ddba11..42b77ef96701e 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 9a89a1adf96fe..4e3cfa61fd4ec 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 d524137629dd9..0555964e1952a 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 20136bc41d0d9..b290e23364140 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