From 51924d2534bece1eda0a3f3b68660866df1531fa Mon Sep 17 00:00:00 2001 From: Troy Connor Date: Wed, 8 Aug 2018 10:54:08 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue-template.md | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000..9513ee9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -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)