prismarine-web-client/.github/ISSUE_TEMPLATE/bug_report.md
2021-02-27 22:27:59 +01:00

32 lines
791 B
Markdown

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: possible bug
assignees: ''
---
- [ ] The [readme](https://github.com/PrismarineJS/prismarine-template/README.md) doesn't contain a resolution to my issue
- [ ] The [example](https://github.com/PrismarineJS/prismarine-template/example.js) doesn't contain a resolution to my issue
<!-- To mark the checkbox, insert `x` into it: [x] -->
## Versions
- node: #.#.#
- prismarine-template: #.#.#
## Detailed description of a problem
A clear and concise description of what the problem is.
## Your current code
```js
console.log("Hello world.")
```
## Expected behavior
A clear and concise description of what you expected to happen.
## Additional context
Add any other context about the problem here.
---