From fbae93b53226fd6f9a33fa5fffdfa284e22a0ce9 Mon Sep 17 00:00:00 2001 From: Saas Date: Thu, 30 Oct 2025 20:28:37 +0100 Subject: [PATCH] update default engine version in issue bug template to 1.11 --- .github/ISSUE_TEMPLATE/1-bug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index 2e2c65485..a75003f63 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -31,7 +31,7 @@ body: - '1.10' - '1.11' - master branch - default: 2 + default: 3 validations: required: true - type: textarea