Skip to content

Commit 0a4e6f2

Browse files
guidoboumanljharb
authored andcommitted
[meta] Update ISSUE_TEMPLATE.md
Remove the need to indent terminal output by using headings instead of a list. Simplify formulation of steps
1 parent 94a72ae commit 0a4e6f2

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,44 @@
11

22
<!-- 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! -->
33

4-
- Operating system and version:
4+
#### Operating system and version:
55

6-
- `nvm debug` output:
7-
<details>
8-
<!-- do not delete the following blank line -->
6+
#### `nvm debug` output:
7+
<details>
8+
<!-- do not delete the following blank line -->
99

10-
```sh
10+
```sh
1111

12-
```
13-
</details>
12+
```
13+
</details>
1414

15-
- `nvm ls` output:
16-
<details>
17-
<!-- do not delete the following blank line -->
15+
#### `nvm ls` output:
16+
<details>
17+
<!-- do not delete the following blank line -->
1818

19-
```sh
19+
```sh
2020

21-
```
22-
</details>
21+
```
22+
</details>
2323

24-
- How did you install `nvm`? (e.g. install script in readme, Homebrew):
24+
#### How did you install `nvm`?
25+
<!-- (e.g. install script in readme, Homebrew) -->
2526

26-
- What steps did you perform?
27+
#### What steps did you perform?
2728

28-
- What happened?
29+
#### What happened?
2930

30-
- What did you expect to happen?
31+
#### What did you expect to happen?
3132

32-
- Is there anything in any of your profile files (`.bashrc`, `.bash_profile`, `.zshrc`, etc) that modifies the `PATH`?
33+
#### Is there anything in any of your profile files that modifies the `PATH`?
34+
<!-- (e.g. `.bashrc`, `.bash_profile`, `.zshrc`, etc) -->
3335

34-
<!-- if this does not apply, please delete this section -->
35-
- If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out?
36-
<details>
37-
<!-- do not delete the following blank line -->
36+
<!-- Please remove the following section if it does not apply to you -->
37+
#### If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out?
38+
<details>
39+
<!-- do not delete the following blank line -->
3840

39-
```sh
41+
```sh
4042

41-
```
42-
</details>
43+
```
44+
</details>

0 commit comments

Comments
 (0)