forgejo: bugs: add required field 'config'

Require all bug submitters to include their foot configs.
This commit is contained in:
Daniel Eklöf 2025-01-10 13:13:05 +01:00
parent b808eb5162
commit 14cd128992
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -42,6 +42,13 @@ body:
placeholder: "Arch Linux"
validations:
required: true
- type: textarea
id: config
attributes:
label: Foot config
description: paste your entire `foot.ini` here
validations:
required: true
- type: textarea
id: repro
attributes: