From fda9638edd5e87c52c6a62c781a8f0e6df9deb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 27 Jan 2025 06:36:54 +0100 Subject: [PATCH] forgejo: add optional field for shell/TUI --- .forgejo/issue_template/issue_template.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/issue_template/issue_template.yml b/.forgejo/issue_template/issue_template.yml index eae2e492..e4ad7944 100644 --- a/.forgejo/issue_template/issue_template.yml +++ b/.forgejo/issue_template/issue_template.yml @@ -42,6 +42,12 @@ body: placeholder: "Arch Linux" validations: required: true + - type: input + id: application + attributes: + label: Shell, TUI, application + description: "Application in which the problem occurs (list all known)" + placeholder: "e.g. bash, neovim" - type: textarea id: config attributes: