mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
More info in issue template
This commit is contained in:
parent
a18ab2f499
commit
0647051ed7
20
.github/ISSUE_TEMPLATE/issue.yml
vendored
20
.github/ISSUE_TEMPLATE/issue.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user