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.
- Loading branch information
Showing
1 changed file
with
77 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,4 +1,80 @@ | ||
name: "Report a macOS Issue2" | ||
description: "Create a report for a runtime related macOS Issue" | ||
title: | ||
title: "test" | ||
labels: ["os:mac"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Important Information" | ||
description: | | ||
Provide following Information: | ||
- 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). | ||
placeholder: | | ||
mpv version: | ||
macOS version: | ||
source: | ||
introduced in version: | ||
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 first 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, and replace this text with a link to it. | ||
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. | ||
Without the log file, this issue will be closed for ignoring the issue template. | ||
In the case of a crash, please provide the macOS Crash Report (Backtrace). | ||
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. |