mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-07 21:17:53 +00:00
[meta] Rename .github/ISSUE_TEMPLATE.md to .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
Moved issue template into ISSUE_TEMPLATE folder
This commit is contained in:

committed by
Jordan Harband

parent
51ea809d63
commit
9c9ff4bac0
44
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
vendored
Normal file
44
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! -->
|
||||
|
||||
#### Operating system and version:
|
||||
|
||||
#### `nvm debug` output:
|
||||
<details>
|
||||
<!-- do not delete the following blank line -->
|
||||
|
||||
```sh
|
||||
|
||||
```
|
||||
</details>
|
||||
|
||||
#### `nvm ls` output:
|
||||
<details>
|
||||
<!-- do not delete the following blank line -->
|
||||
|
||||
```sh
|
||||
|
||||
```
|
||||
</details>
|
||||
|
||||
#### How did you install `nvm`?
|
||||
<!-- (e.g. install script in readme, Homebrew) -->
|
||||
|
||||
#### 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`?
|
||||
<!-- (e.g. `.bashrc`, `.bash_profile`, `.zshrc`, etc) -->
|
||||
|
||||
<!-- Please remove the following section if it does not apply to you -->
|
||||
#### If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out?
|
||||
<details>
|
||||
<!-- do not delete the following blank line -->
|
||||
|
||||
```sh
|
||||
|
||||
```
|
||||
</details>
|
Reference in New Issue
Block a user