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"
|
||||
description: Please run `yazi --debug` and paste the debug information here.
|
||||
value: |
|
||||
<details>```sh
|
||||
<details>
|
||||
|
||||
```sh
|
||||
<!-- ↓↓↓ Paste the output here: ↓↓↓ -->
|
||||
|
||||
|
||||
```</details>
|
||||
```
|
||||
|
||||
</details>
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
||||
Reference in New Issue
Block a user