From 6c3bb2381aa75405f4f45c8feebe776ef38a9fb1 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:12:57 -0400 Subject: [PATCH] github/issue_template: ask users to check for already supported features This helps weeding out the low-quality feature requests that really are questions. --- .github/ISSUE_TEMPLATE/5_feature_request.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/5_feature_request.yml b/.github/ISSUE_TEMPLATE/5_feature_request.yml index b3b5ec801a4f2..7a85049ce202d 100644 --- a/.github/ISSUE_TEMPLATE/5_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/5_feature_request.yml @@ -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