This improves the Build CI/CD System and the Release Commit Workflows. The CD system now builds and zips the pack in parallel, increasing the speed twofold. The CI system now does not produce double zips, but remains the same speed, thanks to parallel processing. The CI system now also changes server.properties and random patches config files for the build, and the buildscript has been edited for that. Since the CI system replaces the nightly task, the nightly workflow has been deleted. The makeArtifactNames task is now used, and has been changed to remove usage of deprecated features. The release commit workflows now supports updating files without version input, and the version is grabbed from versions.txt.' The code for the release commit workflows has also been greatly cleaned up. The changes made to the random patches template files have also been updated. The changes made incorrectly to the issue templates in #487 have also been fixed. The README badges have also been changed. The issue badge has been replaced by a nightly builds badge. Finally, this changes the forge download process to try again if the response is null, resulting in a decrease, to almost none, test build pack and build pack failures. [INTERNAL] [IGNORE] checks = { compareNot = "1.7-alpha-1" } [IGNORE]
107 lines
4.4 KiB
YAML
107 lines
4.4 KiB
YAML
name: Bug Report
|
|
description: "Crashes or unintended behaviors arising from Nomi CEu's mods, configurations, or custom scripts."
|
|
labels: bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "Note: If you need general tech support for things like server configuration, or general game support (how to I make this?), Discord is a better venue. Please open an issue only if there is a clear bug with the pack or if you have been asked to by one of the Discord staff."
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
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:
|
|
{{{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."
|
|
placeholder: "Example: Singleplayer"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: mode
|
|
attributes:
|
|
label: Mode
|
|
description: "What pack mode were you using when you came across this error?"
|
|
options:
|
|
- "Normal Mode"
|
|
- "Expert Mode"
|
|
- "Both Modes"
|
|
- "N/A"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What Happened
|
|
description: What happened, of which you believe is a bug. Attach screenshots here as necessary.
|
|
placeholder: "Example: Produced one X but Y was not consumed."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What you expected to happen. Attach screenshots here as necessary.
|
|
placeholder: "Example: Expected to produce X by consuming Y."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Reproduction Steps
|
|
description: |
|
|
How do you trigger this bug? Please walk us through it step by step.
|
|
|
|
Please leave this field blank if this is not applicable. (Quest Isuses, JEI Issues, Tooltip Issues, etc.)
|
|
placeholder: |
|
|
1.
|
|
2.
|
|
3.
|
|
...
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs
|
|
description: "If your client crashed as a result of this bug, please upload the generated crash log. This is found in your launcher's Nomi CEu instance, in a folder called `crash-reports`. If there was no crash, but instead an error screen, please upload your `latest.log`, found in a folder called `logs`. If there was a script error, please upload your `crafttweaker.log`, found in your base instance folder, instead. Otherwise, please leave this field blank."
|
|
placeholder: "You can upload into a external site like paste-bin, and send the link, or just drag the file into this text field."
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Additional Information
|
|
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
|
|
placeholder: "Example: This is likely caused by X because..."
|
|
validations:
|
|
required: false
|
|
- type: markdown
|
|
attributes:
|
|
value: Thank you for taking the time to fill out this bug report.
|