chore: fix issue template code block formatting
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug.yml
vendored
7
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -30,12 +30,15 @@ body:
|
|||||||
label: "`yazi --debug` output"
|
label: "`yazi --debug` output"
|
||||||
description: Please run `yazi --debug` and paste the debug information here.
|
description: Please run `yazi --debug` and paste the debug information here.
|
||||||
value: |
|
value: |
|
||||||
<details>```sh
|
<details>
|
||||||
|
|
||||||
|
```sh
|
||||||
<!-- ↓↓↓ Paste the output here: ↓↓↓ -->
|
<!-- ↓↓↓ Paste the output here: ↓↓↓ -->
|
||||||
|
|
||||||
|
|
||||||
```</details>
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|||||||
Reference in New Issue
Block a user