From b3dcfdac9fc4ba706eb746653e17b3db1c4dba01 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Wed, 29 Nov 2023 21:01:12 +0530 Subject: [PATCH] chore: add 1.10.4-6 & 1.11.1 to github issue templates (#9045) Signed-off-by: Vishal Choudhary --- .github/ISSUE_TEMPLATE/bug-cli.yaml | 4 ++++ .github/ISSUE_TEMPLATE/bug-other.yaml | 4 ++++ .github/ISSUE_TEMPLATE/bug-webhook.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index 3a410b8be1..5e8b574cdc 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -40,7 +40,11 @@ body: - 1.10.1 - 1.10.2 - 1.10.3 + - 1.10.4 + - 1.10.5 + - 1.10.6 - 1.11.0 + - 1.11.1 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index 933b772c2e..c1357d0701 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -39,7 +39,11 @@ body: - 1.10.1 - 1.10.2 - 1.10.3 + - 1.10.4 + - 1.10.5 + - 1.10.6 - 1.11.0 + - 1.11.1 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index 199408c4b5..76deec87db 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -39,7 +39,11 @@ body: - 1.10.1 - 1.10.2 - 1.10.3 + - 1.10.4 + - 1.10.5 + - 1.10.6 - 1.11.0 + - 1.11.1 validations: required: true - type: dropdown