| 1234567891011121314151617 |
- name: Question
- description: Ask about installation, usage, templates, or generated examples.
- title: "question: "
- labels: ["question"]
- body:
- - type: textarea
- id: question
- attributes:
- label: Question
- placeholder: "How should I..."
- validations:
- required: true
- - type: textarea
- id: context
- attributes:
- label: Context
- description: What have you tried? Which agent and theme are you using?
|