mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
forgejo: bugs: add required field 'config'
Require all bug submitters to include their foot configs.
This commit is contained in:
parent
b808eb5162
commit
14cd128992
1 changed files with 7 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue