[Docs] Improve indent of output block in GitHub Issue template

Peter Dave Hello 2018-12-26 03:46:13 +08:00 committed by Jordan Harband
parent deb2a9b821
commit 206d503a21
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 16 additions and 15 deletions

View File

@ -4,22 +4,22 @@
- Operating system and version: - Operating system and version:
- `nvm debug` output: - `nvm debug` output:
<details> <details>
<!-- do not delete the following blank line --> <!-- do not delete the following blank line -->
```sh ```sh
``` ```
</details> </details>
- `nvm ls` output: - `nvm ls` output:
<details> <details>
<!-- do not delete the following blank line --> <!-- do not delete the following blank line -->
```sh ```sh
``` ```
</details> </details>
- How did you install `nvm`? (e.g. install script in readme, Homebrew): - How did you install `nvm`? (e.g. install script in readme, Homebrew):
@ -33,9 +33,10 @@
<!-- if this does not apply, please delete this section --> <!-- if this does not apply, please delete this section -->
- If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out? - If you are having installation issues, or getting "N/A", what does `curl -I --compressed -v https://nodejs.org/dist/` print out?
<details> <details>
<!-- do not delete the following blank line --> <!-- do not delete the following blank line -->
```sh ```sh
```
</details> ```
</details>