|
1 |
| ---- |
2 |
| -name: Bug report |
3 |
| -about: Create a report to help us improve |
4 |
| -title: '' |
5 |
| -labels: bug, unconfirmed |
6 |
| -assignees: PeachesMLG, dlsf, MertUnverdi |
7 |
| - |
8 |
| ---- |
9 |
| - |
10 |
| -**Describe the bug** |
11 |
| -A clear and concise description of what the bug is. |
12 |
| - |
13 |
| -**To Reproduce** |
14 |
| -Steps to reproduce the behavior: |
15 |
| -1. Go to '...' |
16 |
| -2. Click on '....' |
17 |
| -3. Scroll down to '....' |
18 |
| -4. See error |
19 |
| - |
20 |
| -**Expected behavior** |
21 |
| -A clear and concise description of what you expected to happen. |
22 |
| - |
23 |
| -**Server and Plugin Version** |
24 |
| -Copy and paste the results of `/version` and `/is about` |
25 |
| - |
26 |
| -**Screenshots** |
27 |
| -If applicable, add screenshots to help explain your problem. |
28 |
| - |
29 |
| -**Logs** |
30 |
| -If there are error messages in your console, please send them via [this](https://mclo.gs) |
31 |
| - |
32 |
| -**Additional context** |
33 |
| -Add any other context about the problem here. |
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us improve IridiumSkyblock! |
| 3 | +title: "[Bug] " |
| 4 | +labels: ["bug", "unconfirmed"] |
| 5 | +assignees: ["PeachesMLG", "dlsf", "sh0inx"] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to fill out this bug report! |
| 11 | + - type: markdown |
| 12 | + attributes: |
| 13 | + value: Before submitting a new issue, ensure your bug hasn't already been reported. If it has, reply to the open issue instead. |
| 14 | + - type: textarea |
| 15 | + id: reproduction |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + attributes: |
| 19 | + label: Steps to Reproduce |
| 20 | + description: Provide clear and unambiguous steps on how to reproduce the bug |
| 21 | + placeholder: | |
| 22 | + 1. Do this |
| 23 | + 2. Click on this |
| 24 | + 3. See error |
| 25 | + - type: input |
| 26 | + id: expected_behavior |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + attributes: |
| 30 | + label: Expected Behavior |
| 31 | + description: Describe what you expected to happen |
| 32 | + - type: input |
| 33 | + id: actual_behavior |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + attributes: |
| 37 | + label: Actual Behavior |
| 38 | + description: Describe what actually happened |
| 39 | + - type: textarea |
| 40 | + id: screenshots |
| 41 | + attributes: |
| 42 | + label: Screenshots |
| 43 | + description: Optionally, add some screenshots to show the issue |
| 44 | + - type: input |
| 45 | + id: minecraft_version |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + attributes: |
| 49 | + label: Server Software & Minecraft Version |
| 50 | + description: The server software and Minecraft version you are using ("latest" is not accurate enough) |
| 51 | + - type: input |
| 52 | + id: skyblock_version |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + attributes: |
| 56 | + label: IridiumSkyblock version |
| 57 | + description: The IridiumSkyblock version you are using ("latest" is not accurate enough) |
| 58 | + - type: textarea |
| 59 | + id: logs |
| 60 | + attributes: |
| 61 | + label: Server logs |
| 62 | + description: "If there are error messages in your console, please send them via [this](https://mclo.gs)" |
| 63 | + - type: textarea |
| 64 | + id: additional_comments |
| 65 | + attributes: |
| 66 | + label: Additional Comments |
| 67 | + description: Optionally, add further comments which may enhance the issue |
0 commit comments