From e2f2077ce67895411f375af456634c6aaf7f5df5 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 9 Mar 2024 18:46:26 +0800 Subject: [PATCH] .. --- .github/ISSUE_TEMPLATE/bug.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a4e315be..ef6f3dce 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -12,21 +12,14 @@ body: - Linux Wayland - macOS - Windows + - Windows WSL validations: required: true - type: input id: terminal attributes: label: What terminal are you running Yazi in? - placeholder: "ex: Kitty v0.30.1" - 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)" + placeholder: "ex: kitty v0.32.2" validations: required: true - type: dropdown @@ -38,6 +31,13 @@ body: - Not tried, and I'll explain why below validations: 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 id: description attributes: