From 363c6cc9deaf1396e037c6190036167460c7741e Mon Sep 17 00:00:00 2001 From: RovinKYK Date: Fri, 5 Jun 2026 10:49:24 +0530 Subject: [PATCH] Add IAM CTL tool check to issue templates --- .github/ISSUE_TEMPLATE/bug.yml | 2 ++ .github/ISSUE_TEMPLATE/improvement.yml | 2 ++ .github/ISSUE_TEMPLATE/new-feature.yml | 2 ++ .github/ISSUE_TEMPLATE/task.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1aacabfb09c..ac6e1b3574f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -59,3 +59,5 @@ body: - label: "[New Configuration] Does this change introduce a new configuration?" - label: " ↳ Label `config` added" - label: " ↳ Configuration is properly documented" + - label: "[IAM CTL] Does this change affect the behavior of the IAM CTL tool?" + - label: " ↳ Necessary changes made in the IAM CTL tool" diff --git a/.github/ISSUE_TEMPLATE/improvement.yml b/.github/ISSUE_TEMPLATE/improvement.yml index 19bd4c7a0d6..125a865a380 100644 --- a/.github/ISSUE_TEMPLATE/improvement.yml +++ b/.github/ISSUE_TEMPLATE/improvement.yml @@ -53,3 +53,5 @@ body: - label: "[New Configuration] Does this change introduce a new configuration?" - label: " ↳ Label `config` added" - label: " ↳ Configuration is properly documented" + - label: "[IAM CTL] Does this change affect the behavior of the IAM CTL tool?" + - label: " ↳ Necessary changes made in the IAM CTL tool" diff --git a/.github/ISSUE_TEMPLATE/new-feature.yml b/.github/ISSUE_TEMPLATE/new-feature.yml index d1208491e95..e4ab09b615b 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.yml +++ b/.github/ISSUE_TEMPLATE/new-feature.yml @@ -60,3 +60,5 @@ body: - label: "[New Configuration] Does this change introduce a new configuration?" - label: " ↳ Label `config` added" - label: " ↳ Configuration is properly documented" + - label: "[IAM CTL] Does this change affect the behavior of the IAM CTL tool?" + - label: " ↳ Necessary changes made in the IAM CTL tool" diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml index 77bfca2da6f..9613d2a0ca0 100644 --- a/.github/ISSUE_TEMPLATE/task.yml +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -46,3 +46,5 @@ body: - label: "[New Configuration] Does this change introduce a new configuration?" - label: " ↳ Label `config` added" - label: " ↳ Configuration is properly documented" + - label: "[IAM CTL] Does this change affect the behavior of the IAM CTL tool?" + - label: " ↳ Necessary changes made in the IAM CTL tool"