0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00
n/.github/ISSUE_TEMPLATE/bug_report.md

59 lines
717 B
Markdown
Raw Normal View History

2019-06-02 10:55:21 +02:00
---
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
?
```