mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 02:36:57 -04:00
233a018fe5
Co-authored-by: Jay <air@live.ca>
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
|