mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
31608862f8
commit
e2f2077ce6
1 changed files with 9 additions and 9 deletions
18
.github/ISSUE_TEMPLATE/bug.yml
vendored
18
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -12,21 +12,14 @@ body:
|
||||||
- Linux Wayland
|
- Linux Wayland
|
||||||
- macOS
|
- macOS
|
||||||
- Windows
|
- Windows
|
||||||
|
- Windows WSL
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: terminal
|
id: terminal
|
||||||
attributes:
|
attributes:
|
||||||
label: What terminal are you running Yazi in?
|
label: What terminal are you running Yazi in?
|
||||||
placeholder: "ex: Kitty v0.30.1"
|
placeholder: "ex: kitty v0.32.2"
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: Yazi version
|
|
||||||
description: Please do a `yazi -V` and paste the output here.
|
|
||||||
placeholder: "ex: yazi 0.1.5 (3867c29 2023-11-25)"
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
@ -38,6 +31,13 @@ body:
|
||||||
- Not tried, and I'll explain why below
|
- Not tried, and I'll explain why below
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: debug
|
||||||
|
attributes:
|
||||||
|
label: "`yazi --debug` output"
|
||||||
|
description: Please do a `yazi --debug` and paste the output here.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue