]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Add coredump daemons to bug/RFE template component options
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 13 Jul 2022 10:48:04 +0000 (12:48 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 13 Jul 2022 11:31:01 +0000 (12:31 +0100)
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml

index 0f1feb60330a5be1e88d178d76fff31045750bac..f9c9705acaa661a13996eafbfd182f9cc292d594 100644 (file)
@@ -74,6 +74,7 @@ body:
       multiple: true
       options:
         - 'bootctl'
+        - 'coredumpctl'
         - 'homectl'
         - 'hostnamectl'
         - 'hardware database files'
@@ -96,6 +97,7 @@ body:
         - 'systemd-binfmt'
         - 'systemd-boot'
         - 'systemd-cgtop'
+        - 'systemd-coredump'
         - 'systemd-cryptsetup'
         - 'systemd-delta'
         - 'systemd-env-generator'
index 3595cf16aa1281834b72c18c9dd4955a4cbbfe3d..a526540f8e702bb394aed2b5de06e14c18b537aa 100644 (file)
@@ -15,6 +15,7 @@ body:
       multiple: true
       options:
         - 'bootctl'
+        - 'coredumpctl'
         - 'homectl'
         - 'hostnamectl'
         - 'hardware database files'
@@ -37,6 +38,7 @@ body:
         - 'systemd-binfmt'
         - 'systemd-boot'
         - 'systemd-cgtop'
+        - 'systemd-coredump'
         - 'systemd-cryptsetup'
         - 'systemd-delta'
         - 'systemd-env-generator'