|
| 1 | +name: Bug report |
| 2 | +description: Report a feature of PocketMine-MP not working as expected |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + ## Plugin information |
| 8 | +
|
| 9 | + > [!IMPORTANT] |
| 10 | + > It's strongly recommended to test for bugs without plugins before reporting an issue. |
| 11 | + > This helps avoid wasting maintainers' time on bugs that are not actually caused by PocketMine-MP. |
| 12 | + > |
| 13 | + > If you're not sure whether a plugin might be causing your issue, please seek help on our [Discord](https://discord.gg/bmSAZBG) before writing an issue. |
| 14 | +
|
| 15 | + - type: dropdown |
| 16 | + attributes: |
| 17 | + label: Plugin information |
| 18 | + options: |
| 19 | + - "I haven't tested without plugins" |
| 20 | + - Bug happens without plugins |
| 21 | + - Bug only happens with certain plugins (describe below) |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + |
| 25 | + - type: markdown |
| 26 | + attributes: |
| 27 | + value: | |
| 28 | + ## Bug description |
| 29 | +
|
| 30 | + > [!TIP] |
| 31 | + > Helpful information to include: |
| 32 | + > - Steps to reproduce the issue |
| 33 | + > - Error backtraces |
| 34 | + > - Crashdumps |
| 35 | + > - Plugin code that triggers the issue |
| 36 | + > - List of installed plugins (use /plugins) |
| 37 | +
|
| 38 | + > [!IMPORTANT] |
| 39 | + > **Steps to reproduce are critical to finding the cause of the problem!** |
| 40 | + > Without reproducing steps, the issue will probably not be solvable and may be closed. |
| 41 | +
|
| 42 | + - type: textarea |
| 43 | + attributes: |
| 44 | + label: Problem description |
| 45 | + description: Describe the problem, and how you encountered it |
| 46 | + placeholder: e.g. Steps to reproduce the issue |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + - type: textarea |
| 50 | + attributes: |
| 51 | + label: Expected behaviour |
| 52 | + description: What did you expect to happen? |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: markdown |
| 57 | + attributes: |
| 58 | + value: | |
| 59 | + ## Version, OS and game info |
| 60 | +
|
| 61 | + - type: input |
| 62 | + attributes: |
| 63 | + label: PocketMine-MP version |
| 64 | + placeholder: Use the /version command in PocketMine-MP |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + - type: input |
| 68 | + attributes: |
| 69 | + label: PHP version |
| 70 | + placeholder: Use the /version command in PocketMine-MP |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + - type: input |
| 74 | + attributes: |
| 75 | + label: Server OS |
| 76 | + placeholder: Use the /version command in PocketMine-MP |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + - type: input |
| 80 | + attributes: |
| 81 | + label: Game version (if applicable) |
| 82 | + placeholder: e.g. Android, iOS, Windows, Xbox, PS4, Switch |
| 83 | + validations: |
| 84 | + required: false |
0 commit comments