From 1cac5194b9b3ad75f657a48e5b245a955cbbc5c9 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 25 Dec 2016 12:07:08 -0800 Subject: [PATCH] [github] Flesh out issue template a bit. --- .github/ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bf47b4b..6194cda 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,15 +1,40 @@ - + - Operating system and version: - `nvm debug` output: +
+ + +```sh + ``` +
+ +- `nvm ls` output: +
+ + +```sh + ``` +
-- How did you install nvm (e.g. install script in readme, homebrew): +- How did you install `nvm`? (e.g. install script in readme, homebrew): -- Issue description: +- What steps did you perform? -- How to reproduce the issue: +- What happened? +- What did you expect to happen? + +- Is there anything in any of your profile files (`.bashrc`, `.bash_profile`, `.zshrc`, etc) that modifies the `PATH`? + +- If you are having installation issues, or getting "N/A", what does `curl -v nodejs.org/dist/` print out? +
+ + +```sh +``` +