mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
forgejo: bugs: add required field 'distro'
This commit is contained in:
parent
2c309227f1
commit
feb4dd102b
1 changed files with 8 additions and 0 deletions
|
|
@ -34,6 +34,14 @@ body:
|
|||
placeholder: "sway version 1.9"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: distro
|
||||
attributes:
|
||||
label: Distribution
|
||||
description: "The name of the Linux distribution, or BSD flavor, you are running"
|
||||
placeholder: "Arch Linux"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue