diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-07-15 00:29:25 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-15 01:05:41 +0200 |
commit | 73897d4f3c21a787ac9bff50553717e5d1291ded (patch) | |
tree | b3cb9fb2dbf8183973c9c482554e84ecdcdc1c2f | |
parent | Merge pull request #24019 from yuwata/network-ipv4ll (diff) | |
download | systemd-73897d4f3c21a787ac9bff50553717e5d1291ded.tar.xz systemd-73897d4f3c21a787ac9bff50553717e5d1291ded.zip |
Add systemd-hwdb to bug/RFE templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 1 | ||||
-rw-r--r-- | .github/advanced-issue-labeler.yml | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f9c9705aca..5ea99d79d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -106,6 +106,7 @@ body: - 'systemd-growfs' - 'systemd-homed' - 'systemd-hostnamed' + - 'systemd-hwdb' - 'systemd-import' - 'systemd-journal-gatewayd' - 'systemd-journal-remote' diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a526540f8e..7f327e280e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -47,6 +47,7 @@ body: - 'systemd-growfs' - 'systemd-homed' - 'systemd-hostnamed' + - 'systemd-hwdb' - 'systemd-import' - 'systemd-journal-gatewayd' - 'systemd-journal-remote' diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index fe1daff513..87ac69dc6c 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -15,7 +15,7 @@ policy: growfs: ['systemd-growfs'] homed: ['systemd-homed', 'homectl', 'pam_systemd_home'] hostname: ['systemd-hostnamed', 'hostnamectl'] - hwdb: ['hardware database files'] + hwdb: ['systemd-hwdb', 'hardware database files'] import: ['systemd-import'] journal: ['systemd-journald', 'journalctl'] journal-remote: ['systemd-journal-remote', 'systemd-journal-upload', 'systemd-journal-gatewayd'] |