Add bug-report.yaml
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

This commit is contained in:
2026-03-14 17:16:04 -05:00
parent 1b9b6f0198
commit 5c519e03a3

View File

@@ -0,0 +1,57 @@
name: Bug Report
about: Report a bug in BlackRoad OS
title: "[Bug] "
labels:
- bug
body:
- type: textarea
id: description
attributes:
label: Bug Description
description: What happened?
placeholder: Describe the bug clearly
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What should have happened?
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: How can we reproduce this?
placeholder: |
1. Go to...
2. Run...
3. See error...
- type: dropdown
id: node
attributes:
label: Affected Node
options:
- Alice (.49 — Gateway)
- Cecilia (.96 — Edge AI)
- Octavia (.101 — Gitea/Swarm)
- Aria (.98 — Orchestration)
- Lucidia (.38 — Memory)
- Cloudflare Worker
- Mac (Alexandria)
- All Nodes
- N/A
- type: dropdown
id: severity
attributes:
label: Severity
options:
- Critical (service down)
- High (major feature broken)
- Medium (degraded performance)
- Low (cosmetic/minor)
- type: textarea
id: logs
attributes:
label: Relevant Logs
description: Paste any error output or logs
render: shell