From 8ce1a3033f0f19824296853c5392f799017a40ce Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 13 Jul 2022 12:48:04 +0200 Subject: [PATCH] Add coredump daemons to bug/RFE template component options --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0f1feb6033..f9c9705aca 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 3595cf16aa..a526540f8e 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' -- 2.25.1