chore: clarify version string req. in issues

This commit is contained in:
bastimeyer 2023-09-12 02:33:35 +02:00 committed by Sebastian Meyer
parent 4f65b9a97d
commit 4b1e129877
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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