From a8695e262669131a2b10d8d897b96ef9b172ff23 Mon Sep 17 00:00:00 2001 From: Technocality <105610111+Technocality@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:47:03 -0600 Subject: [PATCH 1/2] Update Modpacks --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9a732556e..c93c86c32 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -42,15 +42,15 @@ body: validations: required: true - type: dropdown - id: rc-version + id: modpack attributes: - label: Re-Console Version and Modpack - description: What Re-Console Modpack and what version are you on? + label: Modpack + description: What Modpack and what version are you on? options: - Re-Console Modrinth - Re-Console Curseforge - - Re-Console Lite Modrinth - - Re-Console Lite Curseforge + - Simply Legacy + - Rekindled Legacy default: 0 validations: required: true From 65c01c1b6ee4c0b52d4469b97df5eacfae4261b8 Mon Sep 17 00:00:00 2001 From: Technocality <105610111+Technocality@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:50:46 -0600 Subject: [PATCH 2/2] Delete feature-request.yml Use Discord to ask instead --- .github/ISSUE_TEMPLATE/feature-request.yml | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index 86e6978f1..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Feature request -description: Request a feature to be added. -labels: ["enhancement"] -body: - - type: textarea - id: feature - attributes: - label: What would you like added? - description: What feature do you want added to Re-Console? - validations: - required: true - - type: textarea - id: problem-relation - attributes: - label: Is your feature request related to a problem? - description: Please provide a clear and concise description of what the problem is. (If applicable) - validations: - required: false - - type: textarea - id: solution - attributes: - label: What should be done about this? - description: Describe the solution you'd like - validations: - required: true - - type: textarea - id: extras - attributes: - label: Additional Context - description: Put any extra info you feel is nessecary here. - - type: checkboxes - id: terms - attributes: - label: Acknowledgement - description: If you do not fill out this form correctly, your issue will be immediately closed. - options: - - label: I understand and have fully filled out the form. - required: true