From 4b1e1298777f9a7cf864c9d36e9cb0e3b778f365 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Tue, 12 Sep 2023 02:33:35 +0200 Subject: [PATCH] chore: clarify version string req. in issues --- .github/ISSUE_TEMPLATE/1_plugin_issue.yml | 7 +++++-- .github/ISSUE_TEMPLATE/2_bug_report.yml | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_plugin_issue.yml b/.github/ISSUE_TEMPLATE/1_plugin_issue.yml index 6751fe92..959de583 100644 --- a/.github/ISSUE_TEMPLATE/1_plugin_issue.yml +++ b/.github/ISSUE_TEMPLATE/1_plugin_issue.yml @@ -37,10 +37,13 @@ body: attributes: label: Streamlink version description: | - [Only the **latest stable release** or **latest build from the master branch** will be accepted.](https://streamlink.github.io/install.html) - Run [`streamlink --version`](https://streamlink.github.io/cli.html#cmdoption-version) and check the [list of recent releases.](https://streamlink.github.io/changelog.html) + [Only the **latest stable release or newer** will be accepted!](https://streamlink.github.io/install.html) + + Post the **exact output** of [`streamlink --no-config --version`](https://streamlink.github.io/cli.html#cmdoption-version). Issues without a valid version string will be closed and ignored immediately. + Before you continue, check the [list of recent releases](https://streamlink.github.io/changelog.html) or run `streamlink --no-config --version-check`. + The mandatory debug log down below still needs to include the explicit version string. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index ca29ce9a..4dd44bca 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -40,10 +40,13 @@ body: attributes: label: Streamlink version description: | - [Only the **latest stable release** or **latest build from the master branch** will be accepted.](https://streamlink.github.io/install.html) - Run [`streamlink --version`](https://streamlink.github.io/cli.html#cmdoption-version) and check the [list of recent releases.](https://streamlink.github.io/changelog.html) + [Only the **latest stable release or newer** will be accepted!](https://streamlink.github.io/install.html) + + Post the **exact output** of [`streamlink --no-config --version`](https://streamlink.github.io/cli.html#cmdoption-version). Issues without a valid version string will be closed and ignored immediately. + Before you continue, check the [list of recent releases](https://streamlink.github.io/changelog.html) or run `streamlink --no-config --version-check`. + The mandatory debug log down below still needs to include the explicit version string. validations: required: true