diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1aacabfb09..ac6e1b3574 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 19bd4c7a0d..125a865a38 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 d1208491e9..e4ab09b615 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 77bfca2da6..9613d2a0ca 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"