diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-06-27 06:19:24 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-06-27 09:58:59 +0200 |
commit | aec2f54b30f58394f8f67d7e1c56ee3d7ca91eed (patch) | |
tree | 8e0b447d53b41d303b7dd17cf9fa04655a040e69 /.github/ISSUE_TEMPLATE | |
parent | meson: show default nspawn locale in summary (diff) | |
download | systemd-aec2f54b30f58394f8f67d7e1c56ee3d7ca91eed.tar.xz systemd-aec2f54b30f58394f8f67d7e1c56ee3d7ca91eed.zip |
github: add more components to issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 47 |
1 files changed, 44 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 44e6309d99..0f1feb6033 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: |