diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5ea99d79d0e..d25f5ea68b9 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' diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7f327e280eb..1f24851b104 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -13,6 +13,8 @@ body: label: Component description: Please chose components related to this feature request. multiple: true + # When updating list of components please also update labeling policy + # policy: `.github/advanced-issue-labeler.yml` options: - 'bootctl' - 'coredumpctl'