19 lines
423 B
YAML
19 lines
423 B
YAML
title: "<general title>"
|
|
labels: [ general ]
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
label: Select Topic Area
|
|
description: What would you like to discuss?
|
|
options:
|
|
- "Product Feedback"
|
|
- "Question"
|
|
- "General"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Body
|
|
description: Start your discussion!
|
|
validations:
|
|
required: true |