]> git.ipfire.org Git - thirdparty/systemd.git/blob - .github/ISSUE_TEMPLATE/feature_request.yml
ukify: check early if inputs exist and are readable
[thirdparty/systemd.git] / .github / ISSUE_TEMPLATE / feature_request.yml
1 name: Feature request
2 description: Suggest an improvement
3 labels: ["RFE 🎁"]
4
5 body:
6 - type: markdown
7 attributes:
8 value: Thanks for taking the time to fill out this feature request!
9
10 - type: dropdown
11 id: component
12 attributes:
13 label: Component
14 description: Please chose components related to this feature request.
15 multiple: true
16 # When updating list of components please also update labeling policy
17 # policy: `.github/advanced-issue-labeler.yml`
18 options:
19 - 'bootctl'
20 - 'coredumpctl'
21 - 'homectl'
22 - 'hostnamectl'
23 - 'hardware database files'
24 - 'journalctl'
25 - 'kernel-install'
26 - 'loginctl'
27 - 'machinectl'
28 - 'networkctl'
29 - 'nss-resolve'
30 - 'oomctl'
31 - 'pam_systemd'
32 - 'pam_systemd_home'
33 - 'portablectl'
34 - 'resolvectl'
35 - 'rpm scriptlets'
36 - 'systemctl'
37 - 'systemd'
38 - 'systemd-analyze'
39 - 'systemd-ask-password'
40 - 'systemd-binfmt'
41 - 'systemd-boot'
42 - 'systemd-cgtop'
43 - 'systemd-coredump'
44 - 'systemd-cryptsetup'
45 - 'systemd-delta'
46 - 'systemd-env-generator'
47 - 'systemd-fsck'
48 - 'systemd-gpt-auto-generator'
49 - 'systemd-growfs'
50 - 'systemd-homed'
51 - 'systemd-hostnamed'
52 - 'systemd-hwdb'
53 - 'systemd-import'
54 - 'systemd-journal-gatewayd'
55 - 'systemd-journal-remote'
56 - 'systemd-journal-upload'
57 - 'systemd-journald'
58 - 'systemd-logind'
59 - 'systemd-machined'
60 - 'systemd-modules-load'
61 - 'systemd-network-generator'
62 - 'systemd-networkd'
63 - 'systemd-networkd-wait-online'
64 - 'systemd-nspawn'
65 - 'systemd-oomd'
66 - 'systemd-portabled'
67 - 'systemd-pstore'
68 - 'systemd-repart'
69 - 'systemd-resolved'
70 - 'systemd-rfkill'
71 - 'systemd-run'
72 - 'systemd-stub'
73 - 'systemd-sysctl'
74 - 'systemd-sysext'
75 - 'systemd-sysusers'
76 - 'systemd-sysv-generator'
77 - 'systemd-timedate'
78 - 'systemd-timesync'
79 - 'systemd-tmpfiles'
80 - 'systemd-udevd'
81 - 'systemd-userdb'
82 - 'systemd-veritysetup'
83 - 'systemd-xdg-autostart-generator'
84 - 'timedatectl'
85 - 'udevadm'
86 - 'udev rule files'
87 - 'userdbctl'
88 - 'tests'
89 - 'other'
90 validations:
91 required: false
92
93 - type: textarea
94 id: description
95 attributes:
96 label: Is your feature request related to a problem? Please describe
97 description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
98 validations:
99 required: false
100
101 - type: textarea
102 id: solution
103 attributes:
104 label: Describe the solution you'd like
105 description: A clear and concise description of what you want to happen.
106 validations:
107 required: false
108
109 - type: textarea
110 id: alternatives
111 attributes:
112 label: Describe alternatives you've considered
113 description: A clear and concise description of any alternative solutions or features you've considered.
114 validations:
115 required: false
116
117 - type: input
118 id: version
119 attributes:
120 label: The systemd version you checked that didn't have the feature you are asking for
121 description: If this is not the most recently released upstream version, then please check first if it has that feature already.
122 placeholder: '251'
123 validations:
124 required: false