Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Akemi committed Apr 20, 2024
1 parent fe34860 commit 72e5f01
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/2_bug_report_macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Report a macOS Issue2"
name: "Report a macOS Issue"
description: "Create a report for a runtime related macOS Issue"
labels: ["os:mac"]
body:
Expand All @@ -14,20 +14,20 @@ body:
If you're not using git master or the latest release, update.
Releases are listed [here](https://github.com/mpv-player/mpv/releases).
value: >
value: |-
- mpv version:
- macOS version:
- source:
- introduced in version:
- type: textarea
attributes:
label: "Reproduction steps"
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.
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.
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
Expand All @@ -37,24 +37,24 @@ body:
required: true
- type: textarea
attributes:
label: "Expected behavior"
label: "Expected Behavior"
validations:
required: true
- type: textarea
attributes:
label: "Actual behavior"
label: "Actual Behavior"
validations:
required: true
- type: textarea
attributes:
label: "Log file"
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.
`Help > Show log File…` menu.
Without the log file, this issue will be closed for ignoring the issue template.
Expand All @@ -63,7 +63,7 @@ body:
required: true
- type: textarea
attributes:
label: "Sample files"
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.
Expand Down

0 comments on commit 72e5f01

Please sign in to comment.