|
| 1 | +name: Bug Report |
| 2 | +description: Report a Bug or an Issue |
| 3 | +title: "[Bug] " |
| 4 | +labels: [🐞 Unconfirmed bug] |
| 5 | +assignees: |
| 6 | + - Rothes |
| 7 | + |
| 8 | +body: |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: | |
| 12 | + ## Welcome to the ProtocolStringReplacer Bug Tracker |
| 13 | + If you need support, you can join our [Discord server](https://discord.gg/zwzzkmYCBb) or [QQ Group](https://qm.qq.com/cgi-bin/qm/qr?k=mDtcrvBGzqbA05mPLzBnPAYXm5lskYxg&jump_from=webapi). |
| 14 | + Thanks for taking the time to fill out this bug report. |
| 15 | + |
| 16 | + - id: checklist |
| 17 | + type: checkboxes |
| 18 | + attributes: |
| 19 | + label: 'Checklist' |
| 20 | + description: Please go through this checklist before creating the issue. |
| 21 | + options: |
| 22 | + - label: I have tried the latest development version of ProtocolLib. |
| 23 | + - label: I am using the latest available official release of PSR. |
| 24 | + required: true |
| 25 | + - label: I searched for similar open issues and could not find any existing bug report on this. |
| 26 | + required: true |
| 27 | + |
| 28 | + - id: description |
| 29 | + type: textarea |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + attributes: |
| 33 | + label: 'Description' |
| 34 | + description: | |
| 35 | + A clear and detailed description of what the bug is. |
| 36 | + The more information you can provide, the easier we can handle this problem. |
| 37 | + placeholder: | |
| 38 | + When doing [...] I experienced [...]. |
| 39 | +
|
| 40 | + - id: reproduction-steps |
| 41 | + type: textarea |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + attributes: |
| 45 | + label: 'Reproduction Steps' |
| 46 | + description: | |
| 47 | + The exact steps to reproduce this issue. |
| 48 | + The more detailed, the easier we can reproduce it. |
| 49 | + placeholder: | |
| 50 | + 1. Do [...] |
| 51 | + 2. Then do [...] |
| 52 | + 3. Now [...] happens |
| 53 | +
|
| 54 | + - id: expected-behaviour |
| 55 | + type: textarea |
| 56 | + validations: |
| 57 | + required: true |
| 58 | + attributes: |
| 59 | + label: 'Expected Behavior' |
| 60 | + description: | |
| 61 | + What were you expecting to happen? |
| 62 | + What do you think would have been the correct behaviour? |
| 63 | + placeholder: | |
| 64 | + I expected [...] to happen. |
| 65 | +
|
| 66 | + - id: stacktrace |
| 67 | + type: input |
| 68 | + attributes: |
| 69 | + label: 'StackTrace' |
| 70 | + description: | |
| 71 | + Check your server log and search for any warning or error messages from ProtocolStringReplacer. |
| 72 | + If you are unsure about it, post your full log. |
| 73 | + placeholder: https://pastebin.com/... |
| 74 | + |
| 75 | + - id: server-software |
| 76 | + type: input |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + attributes: |
| 80 | + label: 'Server Software' |
| 81 | + description: | |
| 82 | + Please input the software your server is running on, including the version. |
| 83 | + Run /about and paste the output here. |
| 84 | + placeholder: 'git-Purpur-1894 (MC: 1.19.3)*' |
| 85 | + |
| 86 | + - id: psr-version |
| 87 | + type: input |
| 88 | + validations: |
| 89 | + required: true |
| 90 | + attributes: |
| 91 | + label: 'ProtocolStringReplacer version' |
| 92 | + description: | |
| 93 | + **"latest" is not a version number, we need the exact version.** |
| 94 | + Please input the version of ProtocolStringReplacer. |
| 95 | + placeholder: '2.17.3' |
| 96 | + |
| 97 | + - id: protocollib-version |
| 98 | + type: input |
| 99 | + validations: |
| 100 | + required: true |
| 101 | + attributes: |
| 102 | + label: 'ProtocolLib version' |
| 103 | + description: | |
| 104 | + Run /protocol version and paste the exact version here. |
| 105 | + placeholder: 'v5.0.0-SNAPSHOT-b612' |
| 106 | + |
| 107 | + - id: other-versions |
| 108 | + type: textarea |
| 109 | + attributes: |
| 110 | + label: 'Other plugins' |
| 111 | + description: | |
| 112 | + If your issue is related to other plugins, put them here. |
| 113 | + placeholder: MyPluginA v1.0, MyPluginB v1.1 ... |
| 114 | + |
| 115 | + - id: additional-context |
| 116 | + type: textarea |
| 117 | + attributes: |
| 118 | + label: 'Additional Context' |
| 119 | + description: | |
| 120 | + You can add any other context about the issue here. |
| 121 | + placeholder: | |
| 122 | + Screenshots, videos, System version, more info... |
| 123 | +
|
| 124 | + - type: markdown |
| 125 | + attributes: |
| 126 | + value: | |
| 127 | + ## Thank you for submitting your bug report! |
| 128 | + If you find any additional info that can help to address this issue, don't hesitate to comment on the issue! |
| 129 | + Any additional info can help us fix this bug faster. |
0 commit comments