mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:40:08 +00:00
aac6a69c68
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
22 lines
544 B
YAML
22 lines
544 B
YAML
body:
|
|
- type: dropdown
|
|
id: idea-section
|
|
attributes:
|
|
label: "Which part of the application does your idea belong to?"
|
|
description: "Select the section of the application that your idea pertains to."
|
|
options:
|
|
- "Charts"
|
|
- "Notifications"
|
|
- "Speedtest"
|
|
- "WebGui"
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Please describe in detail what you want to share.
|
|
validations:
|
|
required: true
|
|
|