32 lines
791 B
Markdown
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.
|
|
---
|