forgejo: add optional field for shell/TUI

This commit is contained in:
Daniel Eklöf 2025-01-27 06:36:54 +01:00
parent 43206e6601
commit fda9638edd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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: