summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-07-13 12:48:04 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2022-07-13 12:31:01 +0100
commit8ce1a3033f0f19824296853c5392f799017a40ce (patch)
tree211093dd4e114199d13ff5787632609153c3f94c /.github
parent44571ce98e3536467b31c33e46db8d17ef9c9fe4 (diff)
downloadsystemd-8ce1a3033f0f19824296853c5392f799017a40ce.tar.gz
Add coredump daemons to bug/RFE template component options
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml2
2 files changed, 4 insertions, 0 deletions
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'