node-minecraft-protocol/.github/ISSUE_TEMPLATE/bug_report.md

30 lines
623 B
Markdown
Raw Normal View History

2020-06-21 13:04:23 -04:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: possible bug
assignees: ''
---
2020-06-21 13:10:12 -04:00
[ ] The [FAQ](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue
2020-06-21 13:04:23 -04:00
## Versions
- minecraft-protocol: #.#.#
- server: vanilla/spigot/paper #.#.#
- node: #.#.#
## Detailed description of a problem
A clear and concise description of what the problem is.
## Current code
```js
```
## Expected behavior
A clear and concise description of what you expected to happen.
## Additional context
Add any other context about the problem here.