forked from mpv-player/mpv
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t t t t t e s r s
- Loading branch information
Showing
13 changed files
with
356 additions
and
276 deletions.
There are no files selected for viewing
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
name: "Report a Linux Issue" | ||
description: "Create a report for a runtime related Linux Issue" | ||
labels: ["os:linux"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Important Information" | ||
description: > | ||
- mpv version | ||
- Linux Distribution and Version | ||
- Source of the mpv binary | ||
- If known which version of mpv introduced the problem | ||
- Window Manager and version | ||
- GPU model, driver and version | ||
- Possible screenshot or video of visual glitches | ||
If you're not using git master or the latest release, update. | ||
Releases are listed [here](https://github.com/mpv-player/mpv/releases). | ||
value: |- | ||
- mpv version: | ||
- Linux version: | ||
- Source: | ||
- Introduced in version: | ||
- Window Manager and version: | ||
- GPU model, driver and version: | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Reproduction Steps" | ||
description: > | ||
Try to reproduce your issue with `--no-config` first. If it isn't reproducible | ||
with `--no-config` try to find out which option or script causes your issue. | ||
If the issue is performance-related, try to reproduce it with `--no-config | ||
--profile=fast`, which is designed to work on lower-end mobile devices. | ||
Additionally, enable hardware decoding with `--hwdec=yes` or the `Ctrl+h` shortcut. | ||
Describe the reproduction steps as precise as possible. It's very likely that | ||
the bug you experience wasn't reproduced by the developer because the workflow | ||
differs from your own. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Expected Behavior" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Actual Behavior" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Log File" | ||
description: > | ||
Make a log file made with `-v -v` or `--log-file=output.txt`, attach it to | ||
the issue. | ||
In the case of a crash, please provide a backtrace. | ||
Without the log file, this issue will be closed for ignoring the issue template. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Sample Files" | ||
description: > | ||
Sample files needed to reproduce this issue can be attached to the issue | ||
(preferred), or be uploaded to https://0x0.st/ or similar sites. | ||
(Only needed if the issue cannot be reproduced without it.) | ||
Do not use garbage like "cloud storage", especially not Google Drive. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
name: "Report a macOS Issue" | ||
description: "Create a report for a runtime related macOS Issue" | ||
labels: ["os:mac"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Important Information" | ||
description: > | ||
- mpv bersion | ||
- macOS bersion | ||
- Source of the mpv binary or bundle | ||
- If known which version of mpv introduced the problem | ||
- Possible screenshot or video of visual glitches | ||
If you're not using git master or the latest release, update. | ||
Releases are listed [here](https://github.com/mpv-player/mpv/releases). | ||
value: |- | ||
- mpv version: | ||
- macOS version: | ||
- Source: | ||
- Introduced in version: | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Reproduction Steps" | ||
description: > | ||
Try to reproduce your issue with `--no-config` first. If it isn't reproducible | ||
with `--no-config` try to find out which option or script causes your issue. | ||
If the issue is performance-related, try to reproduce it with `--no-config | ||
--profile=fast`, which is designed to work on lower-end mobile devices. | ||
Additionally, enable hardware decoding with `--hwdec=yes` or the `Ctrl+h` shortcut. | ||
Describe the reproduction steps as precise as possible. It's very likely that | ||
the bug you experience wasn't reproduced by the developer because the workflow | ||
differs from your own. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Expected Behavior" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Actual Behavior" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Log File" | ||
description: > | ||
Make a log file made with `-v -v` or `--log-file=output.txt`, attach it to | ||
the issue. If you use the Bundle, a default log is created for your last run at | ||
`~/Library/Logs/mpv.log`. You can jump to that file via the `Help > Show log File…` | ||
menu. | ||
In the case of a crash, please provide the macOS Crash Report (Backtrace). | ||
Without the log file, this issue will be closed for ignoring the issue template. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Sample Files" | ||
description: > | ||
Sample files needed to reproduce this issue can be attached to the issue | ||
(preferred), or be uploaded to https://0x0.st/ or similar sites. | ||
(Only needed if the issue cannot be reproduced without it.) | ||
Do not use garbage like "cloud storage", especially not Google Drive. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
name: "Report a Windows Issue" | ||
description: "Create a report for a runtime related Windows Issue" | ||
labels: ["os:win"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Important Information" | ||
description: > | ||
- mpv version | ||
- Windows Version | ||
- Source of the mpv binary | ||
- If known which version of mpv introduced the problem | ||
- GPU model, driver and version | ||
- Possible screenshot or video of visual glitches | ||
If you're not using git master or the latest release, update. | ||
Releases are listed [here](https://github.com/mpv-player/mpv/releases). | ||
value: |- | ||
- mpv version: | ||
- Windows version: | ||
- Source: | ||
- Introduced in version: | ||
- GPU model, driver and version: | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Reproduction Steps" | ||
description: > | ||
Try to reproduce your issue with `--no-config` first. If it isn't reproducible | ||
with `--no-config` try to find out which option or script causes your issue. | ||
If the issue is performance-related, try to reproduce it with `--no-config | ||
--profile=fast`, which is designed to work on lower-end mobile devices. | ||
Additionally, enable hardware decoding with `--hwdec=yes` or the `Ctrl+h` shortcut. | ||
Describe the reproduction steps as precise as possible. It's very likely that | ||
the bug you experience wasn't reproduced by the developer because the workflow | ||
differs from your own. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Expected Behavior" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Actual Behavior" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Log File" | ||
description: > | ||
Make a log file made with `-v -v` or `--log-file=output.txt`, attach it to | ||
the issue. | ||
In the case of a crash, please provide a backtrace. | ||
Without the log file, this issue will be closed for ignoring the issue template. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Sample Files" | ||
description: > | ||
Sample files needed to reproduce this issue can be attached to the issue | ||
(preferred), or be uploaded to https://0x0.st/ or similar sites. | ||
(Only needed if the issue cannot be reproduced without it.) | ||
Do not use garbage like "cloud storage", especially not Google Drive. |
Oops, something went wrong.