From 0647051ed7330c0f2d030101a967eebf868c1d2f Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Sat, 12 Feb 2022 21:20:33 +0100 Subject: [PATCH] More info in issue template --- .github/ISSUE_TEMPLATE/issue.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 229a6a6..0de5679 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -48,6 +48,18 @@ body: - Download a platform binary validations: required: true + - type: dropdown + id: shell + attributes: + label: Used shell + description: Which is the shell where `tmux-thumbs` runs? + options: + - Sh + - Bash + - Zsh + - Elvish + validations: + required: true - type: dropdown id: tmux_version attributes: @@ -55,6 +67,8 @@ body: description: What version of our tmux you running? options: - source + - 'next-3.4' + - '3.4' - '3.3' - '3.2' - '3.1' @@ -82,6 +96,12 @@ body: - other validations: required: true + - type: textarea + id: config + attributes: + label: `tmux-thumbs` configuration + description: Please copy and paste your `tmux-thumbs` configuration in `tmux.conf` + render: shell - type: textarea id: logs attributes: