diff options
author | Cornelius Hoffmann <coding@hoffmn.de> | 2023-03-15 16:28:00 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-15 16:52:32 +0100 |
commit | 2ff7856e1e2f6564adffab4e2ca0c4246b228cc4 (patch) | |
tree | 57bee1fa754b3d009ee98448a50ec89dbb4db496 /.github/ISSUE_TEMPLATE | |
parent | Merge pull request #26784 from DaanDeMeyer/chase-fix (diff) | |
download | systemd-2ff7856e1e2f6564adffab4e2ca0c4246b228cc4.tar.xz systemd-2ff7856e1e2f6564adffab4e2ca0c4246b228cc4.zip |
Update github issue template to include systemd-dissect
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 898fa33ec4..e468cc84f5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -102,6 +102,7 @@ body: - 'systemd-coredump' - 'systemd-cryptsetup' - 'systemd-delta' + - 'systemd-dissect' - 'systemd-env-generator' - 'systemd-fsck' - 'systemd-gpt-auto-generator' diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b281a7fbf0..cf9e1b52cd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -43,6 +43,7 @@ body: - 'systemd-coredump' - 'systemd-cryptsetup' - 'systemd-delta' + - 'systemd-dissect' - 'systemd-env-generator' - 'systemd-fsck' - 'systemd-gpt-auto-generator' |