0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00
n/.github/ISSUE_TEMPLATE/support.md
2019-06-02 20:55:21 +12:00

42 lines
560 B
Markdown

---
name: Support
about: Got a problem?
---
# Problem
<!--
The text in these markdown comments is instructions that will not appear in the displayed issue.
This is a suggested template, but you don't have to follow it!
-->
## Short Version
<!--
Add a clear and concise description of your problem.
-->
## Long Version
<!--
Add more explanation and useful information or commentary as needed.
-->
## Configuration Details
<!--
Run these commands and copy in the info.
-->
```bash
$ n --version
?
$ command -v node
?
$ node -p process.platform
?
```