Used the GTCEu Issue Templates as a base. Thanks to them! New Bug Report Template New Feature Request Template Discord link /* Commits: */ * Create config.yml * Update config.yml * Update bug_report.md * Update feature_request.md * Add gtceu's bug report template * Change reproduction section * Further improve `how to reproduce` section * Add markdown information * Fix bug_report * Update 001-bug-report.yml * Update 001-bug-report.yml * Version field Goes down to 1.4. Anyone playing versions older than 1.4 is told to update. * Fix up version entry * Improve version field description * Update description & labels * Delete bug_report.md * Add changed configs/mod section * Improve Config/mod section * Add launcher section * Add log entry * Fix 001-bug-report.yml * Fix 001-bug-report.yml again * Fix 001-bug-report.yml again... again? * Add placeholder text for log entry * Fix small issues in 001-bug-report.yml * Small fixes in 001-bug-report.yml * Make log description clearer * Swap expected and actual behaviour locations * Add mode input to bug_report * Fix 001-bug-report.yml * Create 002-feature-request from gtceu * Delete feature_request.md * Rename 002-feature-request to 002-feature-request.yml * Add version input + markdown note * Improve markdown note * Fix 002-feature-request.yml * Fix 002-feature-request.yml again * Small fix in 001-bug-report.yml * Finish off 002-feature-request.yml
112 lines
4.5 KiB
YAML
112 lines
4.5 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 version of the pack, which currently is 1.6, or the newest alpha/beta, which currently is 1.6.1-alpha-1.
|
|
options:
|
|
- "1.6.1-alpha-1"
|
|
- "1.6"
|
|
- "1.5.2"
|
|
- "1.5.1"
|
|
- "1.5"
|
|
- "1.4.3"
|
|
- "1.4.2"
|
|
- "1.4.1a"
|
|
- "1.4"
|
|
|
|
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."
|
|
placeholder: |
|
|
1.
|
|
2.
|
|
3.
|
|
...
|
|
validations:
|
|
required: true
|
|
- 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.
|