38 lines
592 B
Markdown
38 lines
592 B
Markdown
---
|
|
name: "\U0001F41E Bug report"
|
|
about: Something is not working as it should
|
|
title: "[=BUG=]"
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
#### Describe the bug
|
|
|
|
- Node.js version:
|
|
- OS & version:
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
#### Actual behavior
|
|
|
|
<!-- Actual behavior -->
|
|
|
|
#### Expected behavior
|
|
|
|
<!-- Expected behavior -->
|
|
|
|
#### Code to reproduce
|
|
|
|
```js
|
|
|
|
```
|
|
|
|
#### ScreenShots
|
|
<!-- If possible, add screen shots of the problem here. -->
|
|
|
|
#### Checklist
|
|
|
|
- [ ] I have read the documentation.
|
|
- [ ] I have tried my code with the latest version of Node.js and Got.
|