From 4060f5ce029ee2277b586e40e8921e3d7ab833bd Mon Sep 17 00:00:00 2001 From: Muddr Date: Thu, 2 Jan 2025 20:56:31 -0600 Subject: [PATCH 1/5] Create ---bug-report-form.yml --- .github/ISSUE_TEMPLATE/---bug-report-form.yml | 164 ++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---bug-report-form.yml diff --git a/.github/ISSUE_TEMPLATE/---bug-report-form.yml b/.github/ISSUE_TEMPLATE/---bug-report-form.yml new file mode 100644 index 000000000..fe07e023b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report-form.yml @@ -0,0 +1,164 @@ +name: Welcome +title: "" +description: "" +body: + - type: markdown + attributes: + value: >- + Thank you for submitting an issue for the relevant topic. Please ensure + that you fill in all the required information needed as specified by the + template below. Enter text following any " + - type: input + id: input-6 + attributes: + label: "Client/Server Log:" + description: Paste URL to the client/server log. + - type: input + id: input-7 + attributes: + label: "Crash Log:" + description: Paste URL to the crash log. + - type: markdown + attributes: + value: "## World Information" + - type: input + id: input-9 + attributes: + label: "Modpack Version world created in:" + placeholder: i.e. v5.0.0 + validations: + required: true + - type: input + id: input-10 + attributes: + label: Additional Content Installed? + description: List any extra mods you've installed into the pack. + validations: + required: true + - type: markdown + attributes: + value: "## Client Information" + - type: input + id: input-12 + attributes: + label: "Modpack Version:" + description: What version of SF5 are you experiences this issue on? + placeholder: i.e. v5.0.0 + validations: + required: true + - type: input + id: input-13 + attributes: + label: "Java Version:" + description: What version of java are you running the pack on? + placeholder: i.e. v17.0.0 + validations: + required: true + - type: input + id: input-14 + attributes: + label: "Launcher Used:" + description: Which launcher are you using to launch the pack? + placeholder: i.e. CurseForge, GD Launcher, Prism, etc. + validations: + required: true + - type: input + id: input-15 + attributes: + label: "Memory Allocated:" + description: How much RAM do you have allocated to the pack? + placeholder: i.e. 9192 MB + validations: + required: true + - type: dropdown + id: dropdown-16 + attributes: + label: "Single Player/LAN/Server:" + description: What mode do you experience this issue on? + options: + - Singleplayer + - LAN + - Server + default: 0 + validations: + required: true + - type: dropdown + id: dropdown-17 + attributes: + label: "Optifine Installed:" + description: Do you have Optifine installed? + options: + - "" + - No + - Yes + default: 0 + validations: + required: true + - type: dropdown + id: dropdown-18 + attributes: + label: "Shaders Enabled:" + description: Do you have shaders enabled? + options: + - "" + - No + - Yes + default: 0 + validations: + required: true From 9722489a0d6917a78cda745b984667e56b165591 Mon Sep 17 00:00:00 2001 From: Muddr Date: Thu, 2 Jan 2025 21:14:43 -0600 Subject: [PATCH 2/5] fixes issues with template --- .github/ISSUE_TEMPLATE/---bug-report-form.yml | 59 +++++++++---------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report-form.yml b/.github/ISSUE_TEMPLATE/---bug-report-form.yml index fe07e023b..dee86baa7 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report-form.yml +++ b/.github/ISSUE_TEMPLATE/---bug-report-form.yml @@ -1,6 +1,5 @@ -name: Welcome -title: "" -description: "" +name: "Bug Report" +description: "Report a bug/issue for SkyFactory 5" body: - type: markdown attributes: @@ -15,29 +14,29 @@ body: please revert to a clean install and test again with a crash/bug before posting. - type: textarea - id: textarea-1 + id: description attributes: label: Bug Description description: Please provide a clear and concise description of the problem. - type: dropdown - id: dropdown-2 + id: workPreviously attributes: label: Did this behavior used to work in the previous version? options: - - Unknown - - Yes - - No + - "Unknown" + - "Yes" + - "No" default: 0 validations: required: true - type: input - id: input-3 + id: workPreviouslyVersion attributes: label: If you answered Yes above... description: Which version was this behavior working as intended? placeholder: i.e. v5.0.0 - type: textarea - id: textarea-4 + id: stepsToReproduce attributes: placeholder: |- 1. @@ -65,12 +64,12 @@ body: Then upload the latest/crash logs to PasteBin or Gist. DON'T Upload them to GitHub --> - type: input - id: input-6 + id: clientLogs attributes: label: "Client/Server Log:" description: Paste URL to the client/server log. - type: input - id: input-7 + id: crashLogs attributes: label: "Crash Log:" description: Paste URL to the crash log. @@ -78,14 +77,14 @@ body: attributes: value: "## World Information" - type: input - id: input-9 + id: versionCreated attributes: label: "Modpack Version world created in:" placeholder: i.e. v5.0.0 validations: required: true - type: input - id: input-10 + id: additionalContent attributes: label: Additional Content Installed? description: List any extra mods you've installed into the pack. @@ -95,7 +94,7 @@ body: attributes: value: "## Client Information" - type: input - id: input-12 + id: modpackVersion attributes: label: "Modpack Version:" description: What version of SF5 are you experiences this issue on? @@ -103,7 +102,7 @@ body: validations: required: true - type: input - id: input-13 + id: javaVersion attributes: label: "Java Version:" description: What version of java are you running the pack on? @@ -111,7 +110,7 @@ body: validations: required: true - type: input - id: input-14 + id: launcherUsed attributes: label: "Launcher Used:" description: Which launcher are you using to launch the pack? @@ -119,7 +118,7 @@ body: validations: required: true - type: input - id: input-15 + id: memoryAllocated attributes: label: "Memory Allocated:" description: How much RAM do you have allocated to the pack? @@ -127,38 +126,38 @@ body: validations: required: true - type: dropdown - id: dropdown-16 + id: gametype attributes: label: "Single Player/LAN/Server:" description: What mode do you experience this issue on? options: - - Singleplayer - - LAN - - Server + - "Singleplayer" + - "LAN" + - "Server" default: 0 validations: required: true - type: dropdown - id: dropdown-17 + id: optifineInstalled attributes: label: "Optifine Installed:" description: Do you have Optifine installed? options: - - "" - - No - - Yes + - "Pick Option" + - "No" + - "Yes" default: 0 validations: required: true - type: dropdown - id: dropdown-18 + id: shadersEnabled attributes: label: "Shaders Enabled:" description: Do you have shaders enabled? options: - - "" - - No - - Yes + - "Pick Option" + - "No" + - "Yes" default: 0 validations: required: true From 6e4e512b69315dafe383043dd9c93f18b1f0016d Mon Sep 17 00:00:00 2001 From: Muddr Date: Thu, 2 Jan 2025 21:34:04 -0600 Subject: [PATCH 3/5] Markdown cleanup --- .github/ISSUE_TEMPLATE/---bug-report-form.yml | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report-form.yml b/.github/ISSUE_TEMPLATE/---bug-report-form.yml index dee86baa7..aac12cdbd 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report-form.yml +++ b/.github/ISSUE_TEMPLATE/---bug-report-form.yml @@ -4,20 +4,15 @@ body: - type: markdown attributes: value: >- - Thank you for submitting an issue for the relevant topic. Please ensure - that you fill in all the required information needed as specified by the - template below. Enter text following any " + Then upload the latest/crash logs to [gist](https://gist.github.com/) or [pastebin](https://pastebin.com/). + **DON'T Upload them to GitHub** - type: input id: clientLogs attributes: @@ -143,7 +135,6 @@ body: label: "Optifine Installed:" description: Do you have Optifine installed? options: - - "Pick Option" - "No" - "Yes" default: 0 @@ -155,7 +146,6 @@ body: label: "Shaders Enabled:" description: Do you have shaders enabled? options: - - "Pick Option" - "No" - "Yes" default: 0 From eb9e993ae604b95f9bd49fbb343614a14dbba627 Mon Sep 17 00:00:00 2001 From: Muddr Date: Thu, 2 Jan 2025 21:54:30 -0600 Subject: [PATCH 4/5] Fixes spaces.. maybe --- .github/ISSUE_TEMPLATE/---bug-report-form.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report-form.yml b/.github/ISSUE_TEMPLATE/---bug-report-form.yml index aac12cdbd..4153fcd11 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report-form.yml +++ b/.github/ISSUE_TEMPLATE/---bug-report-form.yml @@ -48,13 +48,14 @@ body: CurseForge logs can be found in the installation directory for the CurseForge App. Or click the ... button on SkyFactory 5 and hit "Open - Folder" + Folder"

ATLauncher logs can be found in the installation directory. Or you can - "Open Folder" from the launcher to view the instance. + "Open Folder" from the launcher to view the instance.

- Then upload the latest/crash logs to [gist](https://gist.github.com/) or [pastebin](https://pastebin.com/). - **DON'T Upload them to GitHub** + Then upload the latest/crash logs to [gist](https://gist.github.com/) or [pastebin](https://pastebin.com/).

+ + **DON'T upload them to GitHub** - type: input id: clientLogs attributes: From 21db97476e881b44ae7e978dfd9604685b65fbfe Mon Sep 17 00:00:00 2001 From: Muddr Date: Thu, 2 Jan 2025 22:09:15 -0600 Subject: [PATCH 5/5] final tweaks before PR --- .github/ISSUE_TEMPLATE/---bug-report-form.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report-form.yml b/.github/ISSUE_TEMPLATE/---bug-report-form.yml index 4153fcd11..982e8295b 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report-form.yml +++ b/.github/ISSUE_TEMPLATE/---bug-report-form.yml @@ -1,5 +1,8 @@ name: "Bug Report" description: "Report a bug/issue for SkyFactory 5" +labels: ["bug"] +assignees: + - Darkosto body: - type: markdown attributes: @@ -48,12 +51,12 @@ body: CurseForge logs can be found in the installation directory for the CurseForge App. Or click the ... button on SkyFactory 5 and hit "Open - Folder"

+ Folder"
ATLauncher logs can be found in the installation directory. Or you can "Open Folder" from the launcher to view the instance.

- Then upload the latest/crash logs to [gist](https://gist.github.com/) or [pastebin](https://pastebin.com/).

+ Then upload the latest/crash logs to [gist](https://gist.github.com/) or [pastebin](https://pastebin.com/).
**DON'T upload them to GitHub** - type: input @@ -81,8 +84,6 @@ body: attributes: label: Additional Content Installed? description: List any extra mods you've installed into the pack. - validations: - required: true - type: markdown attributes: value: "## Client Information"