Skip to content

Commit

Permalink
.github/ISSUE_TEMPLATE: ask for last known working version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
na-na-hi committed Nov 4, 2024
1 parent 931fd4c commit b8aa8b1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/2_bug_report_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/2_bug_report_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/2_bug_report_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit b8aa8b1

Please sign in to comment.