.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.
This commit is contained in:
nanahi 2024-11-04 09:19:24 -05:00 committed by sfan5
parent 1818c423da
commit f8db474090
4 changed files with 16 additions and 8 deletions

View File

@ -33,7 +33,8 @@ body:
- Mesa/GPU Driver Version: `glxinfo -B | grep "OpenGL version string"` or `vulkaninfo | grep driverInfo` - Mesa/GPU Driver Version: `glxinfo -B | grep "OpenGL version string"` or `vulkaninfo | grep driverInfo`
- Window Manager and Version - Window Manager and Version
- Source of the mpv binary - 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 - Possible screenshot or video of visual glitches
If you're not using git master or the latest release, update. If you're not using git master or the latest release, update.
@ -45,7 +46,8 @@ body:
- Mesa/GPU Driver Version: - Mesa/GPU Driver Version:
- Window Manager and Version: - Window Manager and Version:
- Source of mpv: - Source of mpv:
- Introduced in version: - Latest known working version:
- Issue started after the following happened:
render: text render: text
validations: validations:
required: true required: true

View File

@ -28,7 +28,8 @@ body:
description: > description: >
- macOS Version: `system_profiler SPSoftwareDataType | sed -rn 's/^ *System Version: (.*$)/\1/p'` - macOS Version: `system_profiler SPSoftwareDataType | sed -rn 's/^ *System Version: (.*$)/\1/p'`
- Source of the mpv binary or bundle - 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 - Possible screenshot or video of visual glitches
If you're not using git master or the latest release, update. If you're not using git master or the latest release, update.
@ -38,7 +39,8 @@ body:
value: |- value: |-
- macOS version: - macOS version:
- Source of mpv: - Source of mpv:
- Introduced in version: - Latest known working version:
- Issue started after the following happened:
render: text render: text
validations: validations:
required: true required: true

View File

@ -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) `"$([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 - GPU model, driver and version
- Source of the mpv binary - 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 - Possible screenshot or video of visual glitches
If you're not using git master or the latest release, update. If you're not using git master or the latest release, update.
@ -41,7 +42,8 @@ body:
- Windows version: - Windows version:
- GPU model, driver and version: - GPU model, driver and version:
- Source of mpv: - Source of mpv:
- Introduced in version: - Latest known working version:
- Issue started after the following happened:
render: text render: text
validations: validations:
required: true required: true

View File

@ -29,7 +29,8 @@ body:
- Platform and Version - Platform and Version
- GPU model, driver and version - GPU model, driver and version
- Source of the mpv binary - 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 - Possible screenshot or video of visual glitches
If you're not using git master or the latest release, update. If you're not using git master or the latest release, update.
@ -38,7 +39,8 @@ body:
- Platform version: - Platform version:
- GPU model, driver and version: - GPU model, driver and version:
- Source of mpv: - Source of mpv:
- Introduced in version: - Latest known working version:
- Issue started after the following happened:
render: text render: text
validations: validations:
required: true required: true