chore: update bug issue template
This commit is contained in:
31
.github/ISSUE_TEMPLATE/bug.yml
vendored
31
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -13,29 +13,38 @@ body:
|
|||||||
- macOS
|
- macOS
|
||||||
- Windows
|
- Windows
|
||||||
- Windows WSL
|
- Windows WSL
|
||||||
|
- FreeBSD X11
|
||||||
|
- FreeBSD Wayland
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: input
|
||||||
|
id: terminal
|
||||||
attributes:
|
attributes:
|
||||||
label: You are using the latest commit of Yazi right?
|
label: What terminal are you running Yazi in?
|
||||||
description: The plugin system is still in the early stage, plugins in this repository are only guaranteed to be compatible with the latest nightly builds of Yazi. Before filing an issue, please ensure both your plugin and Yazi are up to date.
|
placeholder: "ex: kitty v0.32.2"
|
||||||
options:
|
validations:
|
||||||
- label: Yes, I built Yazi from the latest code
|
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: debug
|
id: debug
|
||||||
attributes:
|
attributes:
|
||||||
label: "`yazi --debug` output"
|
label: "`yazi --debug` output"
|
||||||
description: Please do a `yazi --debug` and paste the output here.
|
description: Please run `yazi --debug` and paste the debug information here.
|
||||||
value: |
|
value: |
|
||||||
<details>
|
<details>```sh
|
||||||
|
|
||||||
<!-- Paste the output between the backticks below: -->
|
<!-- ↓↓↓ Paste the output here: ↓↓↓ -->
|
||||||
```sh
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
</details>
|
```</details>
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: tried_main
|
||||||
|
attributes:
|
||||||
|
label: Did you try the latest nightly build to see if the problem got fixed?
|
||||||
|
options:
|
||||||
|
- Yes, and I updated the debug information above (`yazi --debug`) to the nightly that I tried
|
||||||
|
- No, and I'll explain why below
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user