From 3c3dd2af92e0604e026d9d7d3c76703c81a1de64 Mon Sep 17 00:00:00 2001 From: Moritz <101179677+Moritz-Deiaco@users.noreply.github.com> Date: Thu, 16 May 2024 16:26:09 +0200 Subject: [PATCH] Made issue template v2 ready Removed Wings Issue field, edited placeholders for version --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 53d88f6..7334cb5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -33,7 +33,7 @@ body: attributes: label: Panel Version description: Version number of your Panel (latest is not a version) - placeholder: 1.4.0 + placeholder: v2 EA validations: required: true @@ -42,16 +42,7 @@ body: attributes: label: Daemon Version description: Version number of your Daemon (latest is not a version) - placeholder: 1.4.2 - validations: - required: true - -- type: input - id: wings-version - attributes: - label: Wings Version - description: Version number of your Wings (latest is not a version) - placeholder: 1.4.2 + placeholder: v2 EA validations: required: true @@ -93,4 +84,4 @@ body: - label: I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. required: true - label: I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system. - required: true \ No newline at end of file + required: true