From ff2f775e37d22ab483a1336659a775d1e73fe95c Mon Sep 17 00:00:00 2001 From: StewStrong Date: Tue, 29 Aug 2023 06:10:44 -0600 Subject: [PATCH] Added 1.20 to GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/compatibility_issue.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5d9341bbf..53b704ac0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,6 +18,7 @@ body: - 1.16 - 1.18 - 1.19 + - 1.20 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/compatibility_issue.yml b/.github/ISSUE_TEMPLATE/compatibility_issue.yml index 1fa48e826..c9a4c78e2 100644 --- a/.github/ISSUE_TEMPLATE/compatibility_issue.yml +++ b/.github/ISSUE_TEMPLATE/compatibility_issue.yml @@ -29,6 +29,7 @@ body: - 1.16 - 1.18 - 1.19 + - 1.20 validations: required: true - type: dropdown