From 3d90c084c129476553aadb8854133e49c730e4d0 Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Tue, 4 Jan 2022 21:50:10 -0800 Subject: [PATCH] Add 0.5.0a and 0.5.1 to issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a48b1b1a6..2fc8897dc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,6 +59,8 @@ body: label: Mod Version description: The version of the mod you were using when the bug occured options: + - "0.5.1" + - "0.5.0a" - "0.5.0" - "0.4.2-rc" - "0.4.1"