]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: add more components to issue template
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 27 Jun 2022 04:19:24 +0000 (13:19 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 27 Jun 2022 07:58:59 +0000 (16:58 +0900)
.github/ISSUE_TEMPLATE/bug_report.yml
.github/advanced-issue-labeler.yml

index 44e6309d99738d24e3d67ceee274dacfd950b58d..0f1feb60330a5be1e88d178d76fff31045750bac 100644 (file)
@@ -75,29 +75,70 @@ body:
       options:
         - 'bootctl'
         - 'homectl'
+        - 'hostnamectl'
+        - 'hardware database files'
         - 'journalctl'
+        - 'kernel-install'
         - 'loginctl'
+        - 'machinectl'
         - 'networkctl'
         - 'nss-resolve'
+        - 'oomctl'
         - 'pam_systemd'
         - 'pam_systemd_home'
+        - 'portablectl'
         - 'resolvectl'
+        - 'rpm scriptlets'
         - 'systemctl'
         - 'systemd'
+        - 'systemd-analyze'
+        - 'systemd-ask-password'
+        - 'systemd-binfmt'
         - 'systemd-boot'
+        - 'systemd-cgtop'
+        - 'systemd-cryptsetup'
+        - 'systemd-delta'
+        - 'systemd-env-generator'
+        - 'systemd-fsck'
+        - 'systemd-gpt-auto-generator'
+        - 'systemd-growfs'
         - 'systemd-homed'
+        - 'systemd-hostnamed'
+        - 'systemd-import'
+        - 'systemd-journal-gatewayd'
+        - 'systemd-journal-remote'
+        - 'systemd-journal-upload'
         - 'systemd-journald'
         - 'systemd-logind'
+        - 'systemd-machined'
+        - 'systemd-modules-load'
+        - 'systemd-network-generator'
         - 'systemd-networkd'
         - 'systemd-networkd-wait-online'
         - 'systemd-nspawn'
+        - 'systemd-oomd'
+        - 'systemd-portabled'
+        - 'systemd-pstore'
+        - 'systemd-repart'
         - 'systemd-resolved'
+        - 'systemd-rfkill'
+        - 'systemd-run'
         - 'systemd-stub'
+        - 'systemd-sysctl'
+        - 'systemd-sysext'
+        - 'systemd-sysusers'
+        - 'systemd-sysv-generator'
+        - 'systemd-timedate'
+        - 'systemd-timesync'
+        - 'systemd-tmpfiles'
         - 'systemd-udevd'
-        - 'the bootloader itself'
-        - 'udev builtins'
+        - 'systemd-userdb'
+        - 'systemd-veritysetup'
+        - 'systemd-xdg-autostart-generator'
+        - 'timedatectl'
         - 'udevadm'
-        - '.network files'
+        - 'udev rule files'
+        - 'userdbctl'
         - 'tests'
         - 'other'
     validations:
index 9961c9ce0eb2da36ddc94ed1ae1ca4362911b5f9..fe1daff513e81f02db397887aa4f7a175233db7e 100644 (file)
@@ -9,21 +9,21 @@ policy:
   cgtop: ['systemd-cgtop']
   cryptsetup: ['systemd-cryptsetup']
   delta: ['systemd-delta']
-  env: ['systemd-env-generator', '30-systemd-environment-d-generator']
+  env: ['systemd-env-generator']
   fsck: ['systemd-fsck']
   gpt-auto: ['systemd-gpt-auto-generator']
   growfs: ['systemd-growfs']
   homed: ['systemd-homed', 'homectl', 'pam_systemd_home']
   hostname: ['systemd-hostnamed', 'hostnamectl']
-  hwdb: ['the hardware database files']
-  import: ['systemd-importd', 'systemd-import and backends']
+  hwdb: ['hardware database files']
+  import: ['systemd-import']
   journal: ['systemd-journald', 'journalctl']
   journal-remote: ['systemd-journal-remote', 'systemd-journal-upload', 'systemd-journal-gatewayd']
-  kernel-install: ['kernel-install (incl. any plugins)']
+  kernel-install: ['kernel-install']
   logind: ['systemd-logind', 'loginctl', 'pam_systemd']
   machined: ['systemd-machined', 'machinectl']
   modules-load: ['systemd-modules-load']
-  network: ['systemd-networkd', 'networkctl', 'systemd-networkd-wait-online', '.network files']
+  network: ['systemd-networkd', 'networkctl', 'systemd-networkd-wait-online', 'systemd-network-generator']
   nspawn: ['systemd-nspawn']
   oomd: ['systemd-oomd', 'oomctl']
   pid1: ['systemd']
@@ -34,17 +34,17 @@ policy:
   rfkill: ['systemd-rfkill']
   rpm: ['rpm scriptlets']
   run: ['systemd-run']
-  sd-boot: ['the bootloader itself', 'bootctl', 'systemd-boot', 'systemd-stub']
+  sd-boot: ['bootctl', 'systemd-boot', 'systemd-stub']
   sysctl: ['systemd-sysctl']
   sysext: ['systemd-sysext']
   systemctl: ['systemctl']
   sysusers: ['systemd-sysusers']
   sysv: ['systemd-sysv-generator']
   tests: ['tests']
-  timedate: ['systemd-timedate']
+  timedate: ['systemd-timedate', 'timedatectl']
   timesync: ['systemd-timesync']
   tmpfiles: ['systemd-tmpfiles']
-  udev: ['systemd-udevd', 'udevadm', 'udev builtins']
+  udev: ['systemd-udevd', 'udevadm', 'udev rule files']
   userdb: ['systemd-userdb', 'userdbctl']
   veritysetup: ['systemd-veritysetup']
   xdg-autostart: ['systemd-xdg-autostart-generator']