mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04: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"
|
placeholder: "sway version 1.9"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: repro
|
id: repro
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue