Files
blackroad/.gitea/issue_template/feature-request.yaml
blackroad 274d131dad
Some checks failed
Lint & Format / detect (push) Has been cancelled
Lint & Format / js-lint (push) Has been cancelled
Lint & Format / py-lint (push) Has been cancelled
Lint & Format / sh-lint (push) Has been cancelled
Lint & Format / go-lint (push) Has been cancelled
Add feature-request.yaml
2026-03-14 17:16:06 -05:00

41 lines
1.1 KiB
YAML

name: Feature Request
about: Suggest a new feature for BlackRoad OS
title: "[Feature] "
labels:
- feature
- enhancement
body:
- type: textarea
id: description
attributes:
label: Feature Description
description: What do you want to build?
validations:
required: true
- type: textarea
id: usecase
attributes:
label: Use Case
description: Why is this needed? What problem does it solve?
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: How should this be implemented?
- type: dropdown
id: component
attributes:
label: Affected Component
multiple: true
options:
- Gateway (Alice — DNS, routing, nginx)
- API (Cece — endpoints, webhooks)
- AI/Inference (Cecilia — Hailo, Ollama)
- Memory (Lucidia — context, learning)
- Orchestration (Aria — Docker, Swarm)
- Networking (Meridian — WireGuard, mesh)
- Security (Sentinel — SSH, firewall)
- Web/Frontend (React dashboard)
- CLI/SDK (developer tools)
- CI/CD (workflows, automation)