nvm/.github/ISSUE_TEMPLATE.md

42 lines
1012 B
Markdown
Raw Normal View History

2016-12-26 02:46:49 +08:00
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if youre having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! -->
2016-12-26 02:46:49 +08:00
- Operating system and version:
- `nvm debug` output:
<details>
<!-- do not delete the following blank line -->
```sh
2016-12-26 02:46:49 +08:00
```
</details>
- `nvm ls` output:
<details>
<!-- do not delete the following blank line -->
```sh
2016-12-26 02:46:49 +08:00
```
</details>
2016-12-26 02:46:49 +08:00
- How did you install `nvm`? (e.g. install script in readme, homebrew):
2016-12-26 02:46:49 +08:00
- What steps did you perform?
2016-12-26 02:46:49 +08:00
- What happened?
2016-12-26 02:46:49 +08:00
- What did you expect to happen?
- Is there anything in any of your profile files (`.bashrc`, `.bash_profile`, `.zshrc`, etc) that modifies the `PATH`?
2016-12-29 03:04:12 +08:00
<!-- if this does not apply, please delete this section -->
- If you are having installation issues, or getting "N/A", what does `curl --compressed -v https://nodejs.org/dist/` print out?
<details>
<!-- do not delete the following blank line -->
```sh
```
</details>