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 +``` +