mirror of
https://github.com/gnekt/My-Brain-Is-Full-Crew.git
synced 2026-09-08 06:46:20 +00:00
62 lines
1.7 KiB
YAML
62 lines
1.7 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement to an existing one.
|
|
title: "[Feature] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting a feature! Please fill out the sections below so we can evaluate it properly.
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What problem does this feature solve? What friction are you experiencing?
|
|
placeholder: "When I try to do X, I have to manually do Y, which is tedious because..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Describe what you'd like to happen instead.
|
|
placeholder: "It would be great if the agent could automatically..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: scope
|
|
attributes:
|
|
label: Scope
|
|
description: Which part of the project does this affect?
|
|
options:
|
|
- Specific agent (specify below)
|
|
- Routing / Dispatcher / CLAUDE.md
|
|
- Installer / scripts
|
|
- Documentation
|
|
- References / shared docs
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: agent
|
|
attributes:
|
|
label: Agent (if applicable)
|
|
description: Which agent is this about?
|
|
placeholder: "e.g. scribe, postman, librarian"
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Any workarounds or alternative approaches you've thought about?
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Screenshots, examples, links, or anything else that helps explain the request.
|