github: update placeholders in template

This commit is contained in:
Yu Watanabe
2026-07-26 20:10:16 +09:00
parent a1e42f3438
commit ba3b1eff0b
2 changed files with 5 additions and 5 deletions

View File

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

View File

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