From 139909b1a4b22ac6f770da4df736e892189057e3 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:44:57 +1100 Subject: [PATCH] Fix Bug Report Template Syntax (#647) [SKIP] --- tools/templates/001-bug-report.yml | 3 +-- tools/templates/002-feature-request.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/templates/001-bug-report.yml b/tools/templates/001-bug-report.yml index 6e6c044..694a1a9 100644 --- a/tools/templates/001-bug-report.yml +++ b/tools/templates/001-bug-report.yml @@ -13,7 +13,6 @@ body: options: - "Nightly" {{{versions}}} - validations: required: true - type: input @@ -35,7 +34,7 @@ body: Added AE2 Fluid Crafting Rework: Version 2.4.18-r. validations: required: false - type: textarea + - type: textarea id: environment attributes: label: Environment diff --git a/tools/templates/002-feature-request.yml b/tools/templates/002-feature-request.yml index ea9f0c9..bbbdff4 100644 --- a/tools/templates/002-feature-request.yml +++ b/tools/templates/002-feature-request.yml @@ -13,7 +13,6 @@ body: options: - "Nightly" {{{versions}}} - validations: required: true - type: input