From: Yu Watanabe Date: Sun, 26 Jul 2026 11:10:16 +0000 (+0900) Subject: github: update placeholders in template X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3b1eff0ba51d400475f4596677b2d429cb1a47;p=thirdparty%2Fsystemd.git github: update placeholders in template --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a0547b8b52a..9f285e26b4f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,12 +15,12 @@ body: Do not submit bug reports about anything but the two most recently released *major* systemd versions upstream! If there have been multiple stable releases for that major version, please consider updating to a recent one before reporting an issue. When using a distro package, please make sure that the version reported is meaningful for upstream. - If a distro build is used, please just paste the package version, e.g. `systemd-257.3-7.fc42.x86_64`. + If a distro build is used, please just paste the package version, e.g. `systemd-259.8-1.fc44.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). A repository with packages built from latest main for the major distributions and architectures is available from our [OBS project for testing purposes.](https://software.opensuse.org//download.html?project=system%3Asystemd&package=systemd) - placeholder: '257.x' + placeholder: '261.x' validations: required: true @@ -29,7 +29,7 @@ body: attributes: label: Used distribution description: Used distribution and its version - placeholder: Fedora 42 + placeholder: Fedora 44 validations: required: false @@ -39,7 +39,7 @@ body: label: Linux kernel version used description: | Please use `uname -r` to get linux kernel version. - placeholder: 6.14.0-0.rc3.29.fc42.x86_64 + placeholder: 7.1.4-204.fc44.x86_64 validations: required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5e5996d7574..aec3e0eaa3b 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: '257.x' + placeholder: '261.x' validations: required: false