Skip to content

Commit ba98270

Browse files
authored
[meta] update issue template
1 parent 1be4257 commit ba98270

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: ISSUE_TEMPLATE
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- 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! -->
11+
12+
#### Operating system and version:
13+
14+
#### `nvm debug` output:
15+
<details>
16+
<!-- do not delete the following blank line -->
17+
18+
```sh
19+
20+
```
21+
</details>
22+
23+
#### `nvm ls` output:
24+
<details>
25+
<!-- do not delete the following blank line -->
26+
27+
```sh
28+
29+
```
30+
</details>
31+
32+
#### How did you install `nvm`?
33+
<!-- (e.g. install script in readme, Homebrew) -->
34+
35+
#### What steps did you perform?
36+
37+
#### What happened?
38+
39+
#### What did you expect to happen?
40+
41+
#### Is there anything in any of your profile files that modifies the `PATH`?
42+
<!-- (e.g. `.bashrc`, `.bash_profile`, `.zshrc`, etc) -->
43+
44+
<!-- Please remove the following section if it does not apply to you -->
45+
#### If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out?
46+
<details>
47+
<!-- do not delete the following blank line -->
48+
49+
```sh
50+
51+
```
52+
</details>

0 commit comments

Comments
 (0)