mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
12 lines
223 B
YAML
12 lines
223 B
YAML
name: Question
|
|
description: Ask a question
|
|
labels: ["question"]
|
|
body:
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
description: What's your question?
|
|
validations:
|
|
required: true
|