From 5c37d2d524e35f5add15e39589ebf06a32799c3b Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 5 Jul 2024 13:04:39 +0800 Subject: [PATCH] chore: update bug issue template --- .github/ISSUE_TEMPLATE/bug.yml | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b81e00f..18d270b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -13,29 +13,38 @@ body: - macOS - Windows - Windows WSL + - FreeBSD X11 + - FreeBSD Wayland validations: required: true - - type: checkboxes + - type: input + id: terminal attributes: - label: You are using the latest commit of Yazi right? - 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. - options: - - label: Yes, I built Yazi from the latest code - required: true + label: What terminal are you running Yazi in? + placeholder: "ex: kitty v0.32.2" + validations: + required: true - type: textarea id: debug attributes: 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: | -
+
```sh - - ```sh + - ``` -
+ ```
+ 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: required: true - type: textarea