From cc7e17960b6d8fa29598ea796de5c8b20b5d5cad Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Fri, 10 Jun 2022 13:42:09 +0200 Subject: [PATCH] docs: Add 1.19 to issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5b294ea27..ce357a5ab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -27,14 +27,12 @@ body: description: Which server version version you using? If your server version is not listed, it is not supported. Update to a supported version first. multiple: false options: + - '1.19' - '1.18.2' - '1.18.1' - '1.18' - '1.17.1' - '1.16.5' - - '1.15.2' - - '1.14.4' - - '1.13.2' validations: required: true