diff --git a/.forgejo/issue_template/issue_template.yml b/.forgejo/issue_template/issue_template.yml index 98b9c919..1545fe85 100644 --- a/.forgejo/issue_template/issue_template.yml +++ b/.forgejo/issue_template/issue_template.yml @@ -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: