mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
github: update default and example in template
This commit is contained in:
parent
cb6ff2a42c
commit
b2b5a95227
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -15,10 +15,10 @@ body:
|
|||||||
Do not submit bug reports about anything but the two most recently released *major* systemd versions upstream!
|
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.
|
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.
|
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-250.7-1.fc36.x86_64`.
|
If a distro build is used, please just paste the package version, e.g. `systemd-253-6.fc38.x86_64`.
|
||||||
See https://github.com/systemd/systemd-stable/tags for the list of most recent releases.
|
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).
|
For older version please use distribution trackers (see https://systemd.io/CONTRIBUTING#filing-issues).
|
||||||
placeholder: '252'
|
placeholder: '253'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Used distribution
|
label: Used distribution
|
||||||
description: Used distribution and its version
|
description: Used distribution and its version
|
||||||
placeholder: Fedora 36
|
placeholder: Fedora 38
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ body:
|
|||||||
label: Linux kernel version used
|
label: Linux kernel version used
|
||||||
description: |
|
description: |
|
||||||
Please use `uname -r` to get linux kernel version.
|
Please use `uname -r` to get linux kernel version.
|
||||||
placeholder: 5.17.12-300.fc36.ppc64le
|
placeholder: kernel-6.2.5-300.fc38.x86_64
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -120,6 +120,6 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: The systemd version you checked that didn't have the feature you are asking for
|
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.
|
description: If this is not the most recently released upstream version, then please check first if it has that feature already.
|
||||||
placeholder: '252'
|
placeholder: '253'
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user