From e54f9c2bcf904decf76c83e5cb0e75a3e36f02c9 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Tue, 5 Sep 2023 11:49:49 +0530 Subject: [PATCH] feat: add 1.10.3 to github issue template (#8261) Signed-off-by: Vishal Choudhary --- .github/ISSUE_TEMPLATE/bug-cli.yaml | 1 + .github/ISSUE_TEMPLATE/bug-other.yaml | 1 + .github/ISSUE_TEMPLATE/bug-webhook.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index 71ee45ab2c..f54af3973c 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -39,6 +39,7 @@ body: - 1.10.0 - 1.10.1 - 1.10.2 + - 1.10.3 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index 2025b05a1a..bf1104f805 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -38,6 +38,7 @@ body: - 1.10.0 - 1.10.1 - 1.10.2 + - 1.10.3 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index d20b462a8e..e06fc1ca9b 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -38,6 +38,7 @@ body: - 1.10.0 - 1.10.1 - 1.10.2 + - 1.10.3 validations: required: true - type: dropdown