mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
forgejo: add optional field for shell/TUI
This commit is contained in:
parent
43206e6601
commit
fda9638edd
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@ body:
|
||||||
placeholder: "Arch Linux"
|
placeholder: "Arch Linux"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: config
|
id: config
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue