github/issue_template: rework issue templates with github forms

This commit is contained in:
der richter
2024-04-20 22:02:22 +02:00
parent 7fd305d4ea
commit d4d5fa0084
14 changed files with 396 additions and 292 deletions

View File

@@ -0,0 +1,22 @@
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
possible issues. Make a log file made with `-v -v` or `--log-file=output.txt` and
attach it to the issue.