mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
add issue template
This commit is contained in:
parent
d874b990cf
commit
273337d630
3 changed files with 17 additions and 1 deletions
|
@ -117,7 +117,7 @@ server.on('login', function(client) {
|
|||
|
||||
## Documentation
|
||||
|
||||
See [doc](doc/README.md)
|
||||
See [doc](docs/API.md)
|
||||
|
||||
|
||||
## Testing
|
||||
|
|
16
docs/issue_template.md
Normal file
16
docs/issue_template.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
If you are reporting a bug please report on these points :
|
||||
|
||||
* what you want to do (the objective in english)
|
||||
* what you tried (the code)
|
||||
* what happened
|
||||
* what you expected to happen
|
||||
|
||||
In particular it will be useful to provide these informations :
|
||||
|
||||
* what happens when using a node-minecraft-protocol example?
|
||||
* what minecraft-protocol version?
|
||||
* what server version?
|
||||
* which server? (spigot, paper, vanilla, any particular plugins ?)
|
||||
* what's the output of DEBUG="minecraft-protocol" node your_script.js ?
|
||||
* what's the error msg?
|
||||
* what script is used (full code)?
|
Loading…
Reference in a new issue