2024-04-20 20:02:22 +00:00
|
|
|
name: "Request a new Feature"
|
|
|
|
description: "Create a request for a new feature"
|
|
|
|
labels: ["meta:feature-request"]
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: "Expected behavior of the wanted feature"
|
|
|
|
description: >
|
|
|
|
Before requesting a new feature make sure it hasn't been
|
|
|
|
[requested yet](https://github.com/mpv-player/mpv/labels/meta%3Afeature-request).
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: "Alternative behavior of the wanted feature"
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: "Log File"
|
|
|
|
description: >
|
|
|
|
Even if you think it's not necessary at first, it might help us later to find
|
2024-04-21 20:45:06 +00:00
|
|
|
possible issues. Make a log file with `--log-file=output.txt`, which is our preferred way,
|
|
|
|
and attach it to the issue.
|
|
|
|
|
|
|
|
|
|
|
|
If you have trouble producing a log file, you can alternatively use `-v -v`, save the
|
|
|
|
terminal output to a file, and attach it to the issue.
|