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,6 +42,12 @@ body:
placeholder: "Arch Linux" placeholder: "Arch Linux"
validations: validations:
required: true 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 - type: input
id: application id: application
attributes: attributes: