mirror of
https://github.com/tj/n.git
synced 2024-11-25 07:39:21 +01:00
59 lines
717 B
Markdown
59 lines
717 B
Markdown
---
|
|
name: Bug Report
|
|
about: Found a bug?
|
|
|
|
---
|
|
|
|
# Bug Report
|
|
|
|
<!--
|
|
The text in these markdown comments is instructions that will not appear in the displayed issue.
|
|
-->
|
|
|
|
## Summary
|
|
|
|
<!--
|
|
Add a clear and concise description of the bug.
|
|
-->
|
|
|
|
## Steps to Reproduce
|
|
|
|
<!--
|
|
Add precise steps to reproduce the bug.
|
|
-->
|
|
|
|
## Expected Behaviour
|
|
|
|
<!--
|
|
Add a description of what you expected to happen.
|
|
-->
|
|
|
|
## Actual Behaviour
|
|
|
|
<!--
|
|
Add a description of what actually happened.
|
|
-->
|
|
|
|
## Other Information
|
|
|
|
<!--
|
|
Optionally add any other useful information or commentary.
|
|
-->
|
|
|
|
## Configuration Details
|
|
|
|
<!--
|
|
Run these commands and copy in the info.
|
|
-->
|
|
|
|
```bash
|
|
$ n --version
|
|
?
|
|
|
|
$ command -v node
|
|
?
|
|
|
|
$ node -p process.platform
|
|
?
|
|
```
|