From ba982704429e55df0a5215dd88c301149f7c1961 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Nov 2024 15:01:26 +0000 Subject: [PATCH] [meta] update issue template --- .github/ISSUE_TEMPLATE/issue_template.md | 52 ++++++++++++++++++++++++ 1 file changed, 52 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..b2998b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,52 @@ +--- +name: ISSUE_TEMPLATE +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +#### Operating system and version: + +#### `nvm debug` output: +
+ + +```sh + +``` +
+ +#### `nvm ls` output: +
+ + +```sh + +``` +
+ +#### How did you install `nvm`? + + +#### What steps did you perform? + +#### What happened? + +#### What did you expect to happen? + +#### Is there anything in any of your profile files that modifies the `PATH`? + + + +#### If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out? +
+ + +```sh + +``` +