|
1 | 1 | ---
|
2 |
| -name: Bug report |
| 2 | +name: '🐛 Bug report' |
3 | 3 | about: Report an issue you encountered while using Animated Java
|
4 |
| -title: '[BUG] <Bug Name>' |
5 |
| -labels: bug |
6 |
| -assignees: '' |
| 4 | +title: '🐛 [YOUR TITLE HERE]' |
| 5 | +labels: '🐛 Bug' |
| 6 | +assignees: 'SnaveSutit' |
7 | 7 | ---
|
8 | 8 |
|
9 |
| -**Describe the bug** |
| 9 | +> [!IMPORTANT] Before Submitting a Bug Report... |
| 10 | +> Before submitting a bug report, please ensure that you have reviewed the [troubleshooting guide](https://animated-java.dev/docs/troubleshooting/) and have searched the [existing issues](https://github.com/Animated-Java/animated-java/issues) to see if your issue has already been reported or resolved. |
| 11 | +> |
| 12 | +> This block of text should be removed before submitting the issue. If it is not removed, the issue may be closed without further investigation. |
| 13 | +
|
| 14 | +## Describe the bug |
| 15 | + |
10 | 16 | A clear and concise description of what the bug is.
|
11 | 17 |
|
12 |
| -**To Reproduce** |
| 18 | +## To Reproduce |
| 19 | + |
13 | 20 | Steps to reproduce the behavior:
|
14 | 21 |
|
15 | 22 | 1. Go to '...'
|
16 | 23 | 2. Click on '....'
|
17 | 24 | 3. Scroll down to '....'
|
18 | 25 | 4. See error
|
19 | 26 |
|
20 |
| -**Expected behavior** |
| 27 | +## Expected behavior |
| 28 | + |
21 | 29 | A clear and concise description of what you expected to happen.
|
22 | 30 |
|
23 |
| -**Error Message** |
| 31 | +## Error Message |
24 | 32 |
|
25 | 33 | ```
|
26 | 34 | Paste the message the error displayed when it occurred (if applicable)
|
27 | 35 | ```
|
28 | 36 |
|
29 |
| -**Screenshots** |
| 37 | +## Screenshots |
| 38 | + |
30 | 39 | If applicable, add screenshots to help explain your problem.
|
31 | 40 |
|
32 |
| -**Desktop (please complete the following information):** |
| 41 | +## Environment |
| 42 | + |
| 43 | +> _Please complete the following information. You may remove any items that aren't applicable, but please provide as much information as possible._ |
| 44 | +
|
| 45 | +- **OS** — [e.g. iOS] |
| 46 | +- **Animated Java Version** — [e.g. v1.0.0] |
| 47 | + > [!NOTE] |
| 48 | + > Issues with [legacy versions](https://animated-java.dev/docs/legacy-releases/) of Animated Java will be closed without further investigation. |
| 49 | +- **Blockbench Version** — [e.g. 4.12.2] |
| 50 | +- **Other Blockbench Plugins Installed** — [e.g. Geckolib Animation Util, Cameras, etc.] |
| 51 | +- **Minecraft Version** — [e.g. 1.21.4] |
| 52 | +- **Installed Minecraft Mods** — [e.g. Optifine, Sodium, etc.] |
33 | 53 |
|
34 |
| -- OS: [e.g. iOS] |
35 |
| -- Version [e.g. v0.2.0] |
| 54 | +## Additional context |
36 | 55 |
|
37 |
| -**Additional context** |
38 | 56 | Add any other context about the problem here.
|
0 commit comments