diff options
author | Jan Macku <jamacku@redhat.com> | 2022-09-07 10:51:48 +0200 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2022-09-07 10:51:48 +0200 |
commit | 500ca79f22eac62bda07a39575a75d71572d05dd (patch) | |
tree | 51b9c2a80a3a19311597ee51108011d494470714 /.github/ISSUE_TEMPLATE/bug_report.yml | |
parent | a4965366eca7055a7a5073d5fddde9ed31e1daad (diff) | |
download | systemd-500ca79f22eac62bda07a39575a75d71572d05dd.tar.gz |
issue-templates: Add note about updating labeling policy
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5ea99d79d0..d25f5ea68b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -72,6 +72,8 @@ body: label: Component description: Please chose components related to this issue. multiple: true + # When updating list of components please also update labeling policy + # policy: `.github/advanced-issue-labeler.yml` options: - 'bootctl' - 'coredumpctl' |