|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: Report a problem or bug you encountered while using Animated Java |
| 3 | +title: 🐛 [BUG TITLE] |
| 4 | +labels: |
| 5 | + - 🐛 Bug |
| 6 | +assignees: |
| 7 | + - SnaveSutit |
| 8 | +body: |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: >- |
| 12 | + # 👋 Thank You for Creating a Bug Report! |
| 13 | +
|
| 14 | + Every issue that gets reported and fixed is an improvement for everyone |
| 15 | + using Animated Java! |
| 16 | +
|
| 17 | + Please fill out the following information to the best of your ability. |
| 18 | + Providing clear, and concise information will greatly improve the |
| 19 | + chances of your issue getting resolved! |
| 20 | +
|
| 21 | + - type: checkboxes |
| 22 | + id: confirmations |
| 23 | + attributes: |
| 24 | + label: 🛑 Before you Start |
| 25 | + description: >- |
| 26 | + Please confirm you have taken the following steps *before* creating a |
| 27 | + new issue! |
| 28 | + options: |
| 29 | + - label: >- |
| 30 | + I have searched [existing |
| 31 | + bug reports](https://github.com/Animated-Java/animated-java/labels/%F0%9F%90%9B%20Bug) for |
| 32 | + my problem. |
| 33 | + required: true |
| 34 | + - label: >- |
| 35 | + I have read the |
| 36 | + [F-A-Q](https://animated-java.dev/docs/resources/faq). |
| 37 | + required: true |
| 38 | + - label: >- |
| 39 | + I am using the [latest |
| 40 | + version](https://builds.animated-java.dev/latest) of Animated Java |
| 41 | + required: true |
| 42 | + - label: >- |
| 43 | + I will only report a single bug in this report. If I have found multiple |
| 44 | + bugs, I will create a separate report for each one. |
| 45 | + required: true |
| 46 | +
|
| 47 | + - type: markdown |
| 48 | + attributes: |
| 49 | + value: '---' |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + id: description |
| 53 | + attributes: |
| 54 | + label: 🗣️ Describe the bug |
| 55 | + description: >- |
| 56 | + A clear and concise description of the bug. You may include screenshots, |
| 57 | + videos, and other media as needed. |
| 58 | + placeholder: My lawnmower is producing large clumps of grass. |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + |
| 62 | + - type: textarea |
| 63 | + id: error |
| 64 | + attributes: |
| 65 | + label: ⚠️ Error Message |
| 66 | + description: The error message provided by Animated Java (If applicable) |
| 67 | + render: javascript |
| 68 | + placeholder: >- |
| 69 | + If you received an error message, please paste it here. If not, you can |
| 70 | + leave this field blank. |
| 71 | +
|
| 72 | + - type: textarea |
| 73 | + id: repro |
| 74 | + attributes: |
| 75 | + label: 🔄️ How to Reproduce |
| 76 | + description: >- |
| 77 | + A short explanation of how to reproduce the issue. Please include and |
| 78 | + `.ajblueprint` files that produce the issue if applicable. |
| 79 | + placeholder: |- |
| 80 | + 1. Go to '...' |
| 81 | + 2. Click on '....' |
| 82 | + 3. Scroll down to '....' |
| 83 | + 4. See error |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + |
| 87 | + - type: textarea |
| 88 | + id: expected |
| 89 | + attributes: |
| 90 | + label: ✅ Expected Behavior |
| 91 | + description: What you expected to happen when performing the above steps. |
| 92 | + placeholder: >- |
| 93 | + My lawnmower should produce small grass clippings that easily filter |
| 94 | + into the lawn. |
| 95 | + validations: |
| 96 | + required: true |
| 97 | + |
| 98 | + - type: textarea |
| 99 | + id: solutions |
| 100 | + attributes: |
| 101 | + label: 💡 Solutions & Alternatives |
| 102 | + description: >- |
| 103 | + Any alternative solutions, or workarounds you've considered, and why |
| 104 | + they're not ideal. |
| 105 | + placeholder: >- |
| 106 | + - I could use a lawnmower bag, but I would need to purchase a bag, and |
| 107 | + empty it periodically while mowing. |
| 108 | +
|
| 109 | + - type: markdown |
| 110 | + attributes: |
| 111 | + value: |- |
| 112 | + # ⛰️ Environment |
| 113 | +
|
| 114 | + Provide details about your system and setup to help diagnose the issue. |
| 115 | +
|
| 116 | + - type: dropdown |
| 117 | + id: mc-version |
| 118 | + attributes: |
| 119 | + label: 🟩 Minecraft Version |
| 120 | + description: >- |
| 121 | + The version of Minecraft you're using. (Only versions supported by the |
| 122 | + latest version of Animated Java are listed). |
| 123 | + options: |
| 124 | + - 1.20.4 |
| 125 | + - 1.20.5 |
| 126 | + - 1.20.6 |
| 127 | + - 1.21.1 |
| 128 | + - 1.21.2 |
| 129 | + - 1.21.3 |
| 130 | + - 1.21.4 |
| 131 | + validations: |
| 132 | + required: true |
| 133 | + |
| 134 | + - type: input |
| 135 | + id: bb-version |
| 136 | + attributes: |
| 137 | + label: 🟦 Blockbench Version |
| 138 | + description: The version of Blockbench you're using. |
| 139 | + placeholder: E.g. 4.12.2 |
| 140 | + validations: |
| 141 | + required: true |
| 142 | + |
| 143 | + - type: dropdown |
| 144 | + id: os |
| 145 | + attributes: |
| 146 | + label: 💻 Operating System |
| 147 | + description: The operating system of the computer you're using Animated Java on. |
| 148 | + options: |
| 149 | + - Windows |
| 150 | + - Linux |
| 151 | + - MacOS |
| 152 | + validations: |
| 153 | + required: true |
| 154 | + |
| 155 | + - type: textarea |
| 156 | + id: installed-bb-plugins |
| 157 | + attributes: |
| 158 | + label: 📃 Installed Blockbench Plugins |
| 159 | + description: Any Blockbench Plugins you have installed other than Animated Java. |
| 160 | + placeholder: |- |
| 161 | + - Geckolib Animation Utils |
| 162 | + - Cameras |
| 163 | + - Double Sided Cubes |
| 164 | + - etc... |
| 165 | +
|
| 166 | + - type: textarea |
| 167 | + id: environment |
| 168 | + attributes: |
| 169 | + label: ⛰️ Minecraft Environment |
| 170 | + description: >- |
| 171 | + A description of the Minecraft environment you're using, if it's not |
| 172 | + strictly a vanilla single-player world or server. |
| 173 | + placeholder: | |
| 174 | + ## Server environment |
| 175 | +
|
| 176 | + I'm using a Paper server |
| 177 | + - Paper build #174 for MC 1.20.1 |
| 178 | +
|
| 179 | + I have the following plugins installed: |
| 180 | + - Essentials |
| 181 | + - Slimefun |
| 182 | + - etc... |
| 183 | +
|
| 184 | + ## Client Environment |
| 185 | +
|
| 186 | + I'm using a Fabric modded client. |
| 187 | + - Fabric loader 0.16.10 for Minecraft 1.20.1 |
| 188 | +
|
| 189 | + I have the following mods installed: |
| 190 | + - Sodium 1.0.0 |
| 191 | + - Starlight 1.0.0 |
| 192 | + - Create 1.0.0 |
0 commit comments