Add feature-request.yaml
Some checks failed
Some checks failed
This commit is contained in:
40
.gitea/issue_template/feature-request.yaml
Normal file
40
.gitea/issue_template/feature-request.yaml
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
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)
|
||||||
Reference in New Issue
Block a user