|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug where something is not working as expected, which does not crash the game. |
| 3 | +labels: [ "status: unverified", "bug: gameplay" ] |
| 4 | +body: |
| 5 | + - type: input |
| 6 | + id: version |
| 7 | + attributes: |
| 8 | + label: GregTech CEu Version |
| 9 | + description: The version of Gregtech CEu you were using when this bug was encountered. If you do not know where to find this, look for the mod jar file in the mods folder, or in the mods viewer in-game. |
| 10 | + placeholder: "Example: v2.3.4" |
| 11 | + validations: |
| 12 | + required: true |
| 13 | + - type: input |
| 14 | + id: modpack |
| 15 | + attributes: |
| 16 | + label: Modpack Used |
| 17 | + description: The modpack and its version used when this bug was encountered. If you were not using a modpack, please leave this field blank. |
| 18 | + placeholder: "Example: GregTech Community Modpack v1.2.1" |
| 19 | + validations: |
| 20 | + required: false |
| 21 | + - type: textarea |
| 22 | + id: addons |
| 23 | + attributes: |
| 24 | + label: Addons Installed |
| 25 | + description: The addons and their respective versions used when this bug was encountered. If you were not using addons, or do not know which are present (i.e. in a modpack), please leave this field blank. |
| 26 | + placeholder: "Example: Gregicality Multiblocks v1.1.3" |
| 27 | + validations: |
| 28 | + required: false |
| 29 | + - type: input |
| 30 | + id: environment |
| 31 | + attributes: |
| 32 | + label: Environment |
| 33 | + description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server." |
| 34 | + placeholder: "Example: Singleplayer" |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: dropdown |
| 38 | + id: world |
| 39 | + attributes: |
| 40 | + label: New Worlds |
| 41 | + description: Does this bug occur on a newly generated world? |
| 42 | + options: |
| 43 | + - "Yes" |
| 44 | + - "No" |
| 45 | + - "Unsure" |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + - type: dropdown |
| 49 | + id: cross-mod |
| 50 | + attributes: |
| 51 | + label: Cross-Mod Interaction |
| 52 | + description: Does this bug occur because of another mod installed alongside GregTech CEu? |
| 53 | + options: |
| 54 | + - "Yes" |
| 55 | + - "No" |
| 56 | + - "Unsure" |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + - type: textarea |
| 60 | + id: expected |
| 61 | + attributes: |
| 62 | + label: Expected Behavior |
| 63 | + description: What you expected to happen. Attach screenshots here as necessary. |
| 64 | + placeholder: "Example: Expected to produce X by consuming Y." |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + - type: textarea |
| 68 | + id: result |
| 69 | + attributes: |
| 70 | + label: Actual Behavior |
| 71 | + description: What happened despite your expectations. Attach screenshots here as necessary. |
| 72 | + placeholder: "Example: Produced one X but Y was not consumed." |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + - type: textarea |
| 76 | + id: reproduction |
| 77 | + attributes: |
| 78 | + label: Steps to Reproduce |
| 79 | + description: How to reproduce the bug. |
| 80 | + placeholder: "Example: 1) I did X..." |
| 81 | + validations: |
| 82 | + required: true |
| 83 | + - type: textarea |
| 84 | + id: additional-info |
| 85 | + attributes: |
| 86 | + label: Additional Information |
| 87 | + description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here. |
| 88 | + placeholder: "Example: This is likely caused by X because..." |
| 89 | + validations: |
| 90 | + required: false |
| 91 | + - type: markdown |
| 92 | + attributes: |
| 93 | + value: Thank you for taking the time to fill out this bug report. |
0 commit comments