forgejo: bugs: add required field 'distro'

This commit is contained in:
Daniel Eklöf 2025-01-10 13:05:35 +01:00
parent c5529808c4
commit b808eb5162
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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