forgejo: add optional field for terminal multiplexers

This commit is contained in:
Daniel Eklöf 2025-01-27 13:15:59 +01:00
parent 1c7c9f6c16
commit 8b408f0039
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -42,12 +42,18 @@ body:
placeholder: "Arch Linux"
validations:
required: true
- type: input
id: multiplexer
attributes:
label: Terminal multiplexer
description: "Terminal multiplexers are terminal emulators themselves, therefore the issue may be in the multiplexer, not foot. Please list which multiplexer(s) you use here (and mention in the problem description below if the issue only occurs in the multiplexer, but not in bare metal foot)"
placeholder: "tmux, zellij"
- type: input
id: application
attributes:
label: Shell, TUI, application
description: "Application(s) in which the problem occurs (list all known)"
placeholder: "e.g. bash, neovim"
label: Shell, TUI, application
description: "Application(s) in which the problem occurs (list all known)"
placeholder: "e.g. bash, neovim"
- type: textarea
id: config
attributes: