41 lines
1.1 KiB
YAML
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)
|