diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-07 15:15:51 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-11-07 15:39:30 +0100 |
commit | 9a10d7eae5acd7e025ae9e12f98d6f0dab5b34cd (patch) | |
tree | f368edf39335a190c6eb6f3b3346fd9ad7cdd9ed /.github | |
parent | man: fix typos flagged by Lintian (diff) | |
download | systemd-9a10d7eae5acd7e025ae9e12f98d6f0dab5b34cd.tar.xz systemd-9a10d7eae5acd7e025ae9e12f98d6f0dab5b34cd.zip |
github: adjust version number in templates
Most people are probably on stable releases, but we don't want to update the
minor version all the time, so just specify 256.x as a hint to fill in the
full version.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f3ba2cab8d..7b90ac9be7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,7 +18,7 @@ body: If a distro build is used, please just paste the package version, e.g. `systemd-254.7-1.fc39.x86_64`. See https://github.com/systemd/systemd-stable/tags for the list of most recent releases. For older version please use distribution trackers (see https://systemd.io/CONTRIBUTING#filing-issues). - placeholder: '255' + placeholder: '256.x' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 645cef9167..1bf567b91a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -121,6 +121,6 @@ body: attributes: label: The systemd version you checked that didn't have the feature you are asking for description: If this is not the most recently released upstream version, then please check first if it has that feature already. - placeholder: '255' + placeholder: '256.x' validations: required: false |