More info in issue template

This commit is contained in:
Ferran Basora 2022-02-12 21:20:33 +01:00
parent a18ab2f499
commit 0647051ed7

View File

@ -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: