mirror of
https://github.com/gnekt/My-Brain-Is-Full-Crew.git
synced 2026-09-01 13:06:51 +00:00
45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
name: Discussion
|
|
description: Open-ended topic, idea, feedback, or RFC.
|
|
title: "[Discussion] "
|
|
labels: ["discussion"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
This is for open-ended conversations about the project's direction, design decisions, or ideas that don't fit neatly into a feature request.
|
|
|
|
- type: textarea
|
|
id: topic
|
|
attributes:
|
|
label: Topic
|
|
description: What do you want to discuss?
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: category
|
|
attributes:
|
|
label: Category
|
|
description: What kind of discussion is this?
|
|
options:
|
|
- Design / architecture decision
|
|
- Agent behavior philosophy
|
|
- Workflow / UX feedback
|
|
- Community / contribution process
|
|
- Roadmap / future direction
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context and thoughts
|
|
description: Background, reasoning, trade-offs, examples, or anything that helps frame the discussion.
|
|
|
|
- type: textarea
|
|
id: questions
|
|
attributes:
|
|
label: Open questions
|
|
description: Specific questions you'd like the community to weigh in on.
|