]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: adjust version number in templates
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Nov 2024 14:15:51 +0000 (15:15 +0100)
committerMike Yuan <me@yhndnzj.com>
Thu, 7 Nov 2024 14:39:30 +0000 (15:39 +0100)
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.

.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml

index f3ba2cab8d0dcc4cba6e8e8c2755aa251e23e099..7b90ac9be72c03bf555fdaa36aa766f170d32e7c 100644 (file)
@@ -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
 
index 645cef916732d53cf57606c3f2dda43651dc35d6..1bf567b91af1011477890bbfac22faf0a152d93c 100644 (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: '255'
+      placeholder: '256.x'
     validations:
       required: false