From: Daan De Meyer Date: Wed, 13 Jul 2022 10:48:04 +0000 (+0200) Subject: Add coredump daemons to bug/RFE template component options X-Git-Tag: v252-rc1~667 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce1a3033f0f19824296853c5392f799017a40ce;p=thirdparty%2Fsystemd.git Add coredump daemons to bug/RFE template component options --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0f1feb60330..f9c9705acaa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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' diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3595cf16aa1..a526540f8e7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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'