From 12223d46873c06f6f1013cf42ed4f7a3630a71b6 Mon Sep 17 00:00:00 2001 From: Redeix Date: Fri, 30 Jan 2026 17:04:37 -0600 Subject: [PATCH] launcher change --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 +++++--- .github/ISSUE_TEMPLATE/CRASH_REPORT.yml | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index e344af4a1..68526e6ee 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -15,14 +15,16 @@ body: - label: "No, it was not." required: true - - type: checkboxes + - type: dropdown id: launcher + validations: + required: true attributes: label: "Are you using Prism or Curseforge?" description: "Prism and Curseforge are the only supported launchers for TFG. Some others may not work. TLAUNCHER DOES NOT WORK." options: - - label: "Yes, I am using Prism or Curseforge." - required: true + - "Yes, I am using Prism or Curseforge." + - "No, I am not using Prism or Curseforge." - type: checkboxes id: redownload diff --git a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml index 63846842d..2421ab35a 100644 --- a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml @@ -15,14 +15,16 @@ body: - label: "No, it was not." required: true - - type: checkboxes + - type: dropdown id: launcher + validations: + required: true attributes: label: "Are you using Prism or Curseforge?" description: "Prism and Curseforge are the only supported launchers for TFG. Some others may not work. TLAUNCHER DOES NOT WORK." options: - - label: "Yes, I am using Prism or Curseforge." - required: true + - "Yes, I am using Prism or Curseforge." + - "No, I am not using Prism or Curseforge." - type: checkboxes id: dependencies