Skip to content

Commit

Permalink
github/issue_template: move mpv information into its own section
Browse files Browse the repository at this point in the history
  • Loading branch information
Akemi committed May 17, 2024
1 parent ea66507 commit 247eac7
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 15 deletions.
26 changes: 22 additions & 4 deletions .github/ISSUE_TEMPLATE/2_bug_report_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,29 @@ labels: ["os:linux"]
body:
- type: textarea
attributes:
label: "Important Information"
label: "mpv Information"
placeholder: |
mpv v0.38.0-96-gf776be6af5 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on May 5 2024 18:37:43
libplacebo version: v7.349.0 (v6.338.0-120-g7b294350)
FFmpeg version: 6.1.1
FFmpeg library versions:
libavutil 58.29.100
libavcodec 60.31.102
libavformat 60.16.100
libswscale 7.5.100
libavfilter 9.12.100
libswresample 4.12.100
description: |
Provide the output of `mpv --version`.
render: bash
validations:
required: false
- type: textarea
attributes:
label: "Other Information"
description: >
- mpv version
- Linux Distribution and Version
- Linux Distribution and Version
- Source of the mpv binary
- If known which version of mpv introduced the problem
- Window Manager and version
Expand All @@ -17,7 +36,6 @@ body:
If you're not using git master or the latest release, update.
Packages and builds can be found [here](https://mpv.io/installation/).
value: |-
- mpv version:
- Linux version:
- Source:
- Introduced in version:
Expand Down
26 changes: 22 additions & 4 deletions .github/ISSUE_TEMPLATE/2_bug_report_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,29 @@ labels: ["os:mac"]
body:
- type: textarea
attributes:
label: "Important Information"
label: "mpv Information"
placeholder: |
mpv v0.38.0-96-gf776be6af5 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on May 5 2024 18:37:43
libplacebo version: v7.349.0 (v6.338.0-120-g7b294350)
FFmpeg version: 6.1.1
FFmpeg library versions:
libavutil 58.29.100
libavcodec 60.31.102
libavformat 60.16.100
libswscale 7.5.100
libavfilter 9.12.100
libswresample 4.12.100
description: |
Provide the output of `mpv --version`.
render: bash
validations:
required: false
- type: textarea
attributes:
label: "Other Information"
description: >
- mpv version
- macOS Version
- macOS Version
- Source of the mpv binary or bundle
- If known which version of mpv introduced the problem
- Possible screenshot or video of visual glitches
Expand All @@ -17,7 +36,6 @@ body:
click on the latest workflow run, scroll down to the Artifacts section and download the
appropriate build. Packages and builds can be found [here](https://mpv.io/installation/).
value: |-
- mpv version:
- macOS version:
- Source:
- Introduced in version:
Expand Down
26 changes: 22 additions & 4 deletions .github/ISSUE_TEMPLATE/2_bug_report_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,29 @@ labels: ["os:win"]
body:
- type: textarea
attributes:
label: "Important Information"
label: "mpv Information"
placeholder: |
mpv v0.38.0-96-gf776be6af5 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on May 5 2024 18:37:43
libplacebo version: v7.349.0 (v6.338.0-120-g7b294350)
FFmpeg version: 6.1.1
FFmpeg library versions:
libavutil 58.29.100
libavcodec 60.31.102
libavformat 60.16.100
libswscale 7.5.100
libavfilter 9.12.100
libswresample 4.12.100
description: |
Provide the output of `mpv --version`.
render: bash
validations:
required: false
- type: textarea
attributes:
label: "Other Information"
description: >
- mpv version
- Windows Version
- Windows Version
- Source of the mpv binary
- If known which version of mpv introduced the problem
- GPU model, driver and version
Expand All @@ -18,7 +37,6 @@ body:
click on the latest workflow run, scroll down to the Artifacts section and download the
appropriate build. Packages and builds can be found [here](https://mpv.io/installation/).
value: |-
- mpv version:
- Windows version:
- Source:
- Introduced in version:
Expand Down
24 changes: 21 additions & 3 deletions .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,31 @@ name: "Report a different Issue"
description: "Create a report for a runtime related Issue"
labels: []
body:
- type: textarea
attributes:
label: "mpv Information"
placeholder: |
mpv v0.38.0-96-gf776be6af5 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on May 5 2024 18:37:43
libplacebo version: v7.349.0 (v6.338.0-120-g7b294350)
FFmpeg version: 6.1.1
FFmpeg library versions:
libavutil 58.29.100
libavcodec 60.31.102
libavformat 60.16.100
libswscale 7.5.100
libavfilter 9.12.100
libswresample 4.12.100
description: |
Provide the output of `mpv --version`.
render: bash
validations:
required: false
- type: textarea
attributes:
label: "Important Information"
description: >
- mpv version
- Platform and Version
- Platform and Version
- Source of the mpv binary
- If known which version of mpv introduced the problem
- GPU model, driver and version
Expand All @@ -16,7 +35,6 @@ body:
If you're not using git master or the latest release, update.
Packages and builds can be found [here](https://mpv.io/installation/).
value: |-
- mpv version:
- Platform version:
- Source:
- Introduced in version:
Expand Down

0 comments on commit 247eac7

Please sign in to comment.