Skip to content

Commit

Permalink
github/issue_template: ask users to check for already supported features
Browse files Browse the repository at this point in the history
This helps weeding out the low-quality feature requests that really are
questions.
  • Loading branch information
na-na-hi authored and sfan5 committed Aug 19, 2024
1 parent a3baf94 commit 6c3bb23
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/5_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ body:
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).
Before requesting a new feature, make sure it hasn't been
[requested yet](https://github.com/mpv-player/mpv/labels/meta%3Afeature-request),
and isn't already supported by [mpv](https://mpv.io/manual/master/),
[ffmpeg](https://ffmpeg.org/documentation.html), or existing
[mpv scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts).
If you are not sure about this, ask on
[mpv Discussions](https://github.com/mpv-player/mpv/discussions) and
[mpv IRC channel](https://mpv.io/community/) first before opening a feature request.
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 6c3bb23

Please sign in to comment.