mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
6b16539879
Issue forms templates allow us to add automation in place. This patch replaces old markdown issue templates with new issue forms. It also adds workflow to automatically mark issues by component label based on reported data. This change could help with initial triaging of issues.
79 lines
2.1 KiB
YAML
79 lines
2.1 KiB
YAML
name: Feature request
|
|
description: Suggest an improvement
|
|
labels: ["RFE 🎁"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Thanks for taking the time to fill out this feature request!
|
|
|
|
- type: dropdown
|
|
id: component
|
|
attributes:
|
|
label: Component
|
|
description: Please chose components related to this feature request.
|
|
multiple: true
|
|
options:
|
|
- 'bootctl'
|
|
- 'homectl'
|
|
- 'journalctl'
|
|
- 'loginctl'
|
|
- 'networkctl'
|
|
- 'nss-resolve'
|
|
- 'pam_systemd'
|
|
- 'pam_systemd_home'
|
|
- 'resolvectl'
|
|
- 'systemctl'
|
|
- 'systemd'
|
|
- 'systemd-boot'
|
|
- 'systemd-homed'
|
|
- 'systemd-journald'
|
|
- 'systemd-logind'
|
|
- 'systemd-networkd'
|
|
- 'systemd-networkd-wait-online'
|
|
- 'systemd-nspawn'
|
|
- 'systemd-resolved'
|
|
- 'systemd-stub'
|
|
- 'systemd-udevd'
|
|
- 'the bootloader itself'
|
|
- 'udev builtins'
|
|
- 'udevadm'
|
|
- '.network files'
|
|
- 'tests'
|
|
- 'other'
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe
|
|
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Describe alternatives you've considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
validations:
|
|
required: false
|
|
|
|
- type: input
|
|
id: version
|
|
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: '251'
|
|
validations:
|
|
required: false
|