From f2f9e4867fd10c78a11a599bb159db0f61ecc8e8 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:48:39 +1100 Subject: [PATCH] Add Nightly Info and Options to Issue Templates (#641) [SKIP] --- tools/templates/001-bug-report.yml | 5 +++-- tools/templates/002-feature-request.yml | 28 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/tools/templates/001-bug-report.yml b/tools/templates/001-bug-report.yml index 69ad99e..a037d49 100644 --- a/tools/templates/001-bug-report.yml +++ b/tools/templates/001-bug-report.yml @@ -11,6 +11,7 @@ body: label: Nomi CEu Version description: The version of Nomi CEu you were using when this bug was encountered. If you do not know what it is, check the title of your instance window. If you do not see your version here, please update to the newest alpha, beta or release of the pack. options: + - "Nightly" {{{versions}}} validations: @@ -38,8 +39,8 @@ body: 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." - placeholder: "Example: Singleplayer" + 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" validations: required: true - type: dropdown diff --git a/tools/templates/002-feature-request.yml b/tools/templates/002-feature-request.yml index bd819ac..7f4ea8c 100644 --- a/tools/templates/002-feature-request.yml +++ b/tools/templates/002-feature-request.yml @@ -11,10 +11,38 @@ body: label: Nomi CEu Version description: The version of Nomi CEu you are using as the basis for this feature request. If you do not know what it is, check the title of your instance window. f you do not see your version here, please update to the newest alpha, beta or release of the pack. options: + - "Nightly" {{{versions}}} validations: required: true + - type: input + id: launcher + attributes: + label: Launcher + description: "What launcher you were using when you experienced this issue. If you were using the CurseForge Launcher, please try to see if the issue occurs on a different launcher." + placeholder: "Example: Prism Launcher" + validations: + required: true + - type: textarea + id: changed + attributes: + label: Configurations or Mods Changed + description: Any changed configs, and removed or added mods. Make sure to also include the version of any mods you have added. If you have not changed any configurations, and not removed or added any mods, please leave this field blank. + placeholder: | + Example: + Changed Loliasm Config: B:onDemandAnimatedTextures to false. + Added AE2 Fluid Crafting Rework: Version 2.4.18-r. + validations: + required: false + - type: input + 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" + validations: + required: true - type: textarea id: problem attributes: