mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
forgejo: bugs: add required field 'config'
Require all bug submitters to include their foot configs.
This commit is contained in:
parent
feb4dd102b
commit
b5835cbd58
1 changed files with 7 additions and 0 deletions
|
|
@ -42,6 +42,13 @@ body:
|
||||||
placeholder: "Arch Linux"
|
placeholder: "Arch Linux"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: config
|
||||||
|
attributes:
|
||||||
|
label: Foot config
|
||||||
|
description: paste your entire `foot.ini` here
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: repro
|
id: repro
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue