From 63d1c7da7590a9a91a3428f4c355060e3f660d71 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:38:15 +1100 Subject: [PATCH] Expand Environment Text Field, Clear Up Example (#642) [SKIP] --- tools/templates/001-bug-report.yml | 9 ++++++--- tools/templates/002-feature-request.yml | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/tools/templates/001-bug-report.yml b/tools/templates/001-bug-report.yml index a037d49..6e6c044 100644 --- a/tools/templates/001-bug-report.yml +++ b/tools/templates/001-bug-report.yml @@ -35,12 +35,15 @@ body: Added AE2 Fluid Crafting Rework: Version 2.4.18-r. validations: required: false - - type: input + type: textarea id: environment attributes: label: Environment - description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server. If you selected Nightly as your version, please also specify the Nightly Hash (the 7 random characters), and the Nightly Branch." - placeholder: "Example: Singleplayer | Example For Nightly: Singleplayer, Nightly Main 7ga03fj" + description: "How you were playing on the world, and the Nightly Specification (if relevant). Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server. If you selected Nightly as your version, please also specify the Nightly Hash (the 7 random characters), and the Nightly Branch." + placeholder: | + Example: Singleplayer + Example For Nightly: Singleplayer, Nightly main 7ga03fj + Example For Nightly On Dev Branch: Singleplayer, Nightly dev/gt-2.8 1asdf83 validations: required: true - type: dropdown diff --git a/tools/templates/002-feature-request.yml b/tools/templates/002-feature-request.yml index 7f4ea8c..ea9f0c9 100644 --- a/tools/templates/002-feature-request.yml +++ b/tools/templates/002-feature-request.yml @@ -35,12 +35,15 @@ body: Added AE2 Fluid Crafting Rework: Version 2.4.18-r. validations: required: false - - type: input + - type: textarea id: environment attributes: label: Environment - description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server. If you selected Nightly as your version, please also specify the Nightly Hash (the 7 random characters), and the Nightly Branch." - placeholder: "Example: Singleplayer | Example For Nightly: Singleplayer, Nightly Main 7ga03fj" + description: "How you were playing on the world, and the Nightly Specification (if relevant). Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server. If you selected Nightly as your version, please also specify the Nightly Hash (the 7 random characters), and the Nightly Branch." + placeholder: | + Example: Singleplayer + Example For Nightly: Singleplayer, Nightly main 7ga03fj + Example For Nightly On Dev Branch: Singleplayer, Nightly dev/gt-2.8 1asdf83 validations: required: true - type: textarea