From a8ab64ae110b0e7e605bcaefb07afb755e4aa8d9 Mon Sep 17 00:00:00 2001 From: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:25:20 -0500 Subject: Update issue templates (#1075) --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/crash_report.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2ed3be51..dc13e64e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,6 +37,7 @@ body: options: - "1.21.0/1.21.1" - "1.21.2/1.21.3" + - "1.21.4" validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 799609e1..a927129d 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -18,6 +18,7 @@ body: options: - "1.21.0/1.21.1" - "1.21.2/1.21.3" + - "1.21.4" validations: required: true - type: input -- cgit