From 500ca79f22eac62bda07a39575a75d71572d05dd Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 7 Sep 2022 10:51:48 +0200 Subject: [PATCH] issue-templates: Add note about updating labeling policy --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ 2 files changed, 4 insertions(+) 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' -- 2.47.3