0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Update issue templates

This commit is contained in:
Troy Connor 2018-08-08 10:54:08 -04:00
parent a9e4967ff4
commit 51924d2534

View File

@ -0,0 +1,44 @@
---
name: Issue Template
about: Describe this issue template's purpose here.
---
# Issue Template:
### Describe issue including what OS you are using
_i.e. I'm using MacOS Sierra_
### Describe what version of N you have
_i.e. n --version output: 2.1.4_
### Describe how you installed N
* _i.e. npm install -g n_
* _i.e. make install_
### Steps to reproduce issue _1.2.3_
_i.e._
1. n latest
2. couldn't pull latest from source
### Describe the results you received
_i.e. blank screen_
### Describe the results you expected
_i.e. I was supposed to see the latest being pulled from source_
### What version of npm you are using
_i.e. npm --version output: 4.0.5_
### Additional information you deem important (e.g. issue happens only occasionally):
* Output of `which n:`
* Output of `node -v:`
#### (paste your output here)