diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:40 +0000 |
commit | fc53809803cd2bc2434e312b19a18fa36776da12 (patch) | |
tree | b4b43bd6538f51965ce32856e9c053d0f90919c8 /.github/ISSUE_TEMPLATE | |
parent | Adding upstream version 255.5. (diff) | |
download | systemd-fc53809803cd2bc2434e312b19a18fa36776da12.tar.xz systemd-fc53809803cd2bc2434e312b19a18fa36776da12.zip |
Adding upstream version 256.upstream/256
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 9 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 06a8640..f3ba2ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,10 +15,10 @@ 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-253-6.fc38.x86_64`. + 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: '253' + placeholder: '255' validations: required: true @@ -27,7 +27,7 @@ body: attributes: label: Used distribution description: Used distribution and its version - placeholder: Fedora 38 + placeholder: Fedora 39 validations: required: false @@ -37,7 +37,7 @@ body: label: Linux kernel version used description: | Please use `uname -r` to get linux kernel version. - placeholder: kernel-6.2.5-300.fc38.x86_64 + placeholder: kernel-6.6.8-200.fc39.x86_64 validations: required: false @@ -140,6 +140,7 @@ body: - 'systemd-udevd' - 'systemd-userdb' - 'systemd-veritysetup' + - 'systemd-vmspawn' - 'systemd-xdg-autostart-generator' - 'timedatectl' - 'udevadm' diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1413b5f..645cef9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -81,6 +81,7 @@ body: - 'systemd-udevd' - 'systemd-userdb' - 'systemd-veritysetup' + - 'systemd-vmspawn' - 'systemd-xdg-autostart-generator' - 'timedatectl' - 'udevadm' @@ -120,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: '253' + placeholder: '255' validations: required: false |