36 lines
432 B
Markdown
36 lines
432 B
Markdown
---
|
|
name: "Bug"
|
|
about: "Report a reproducible defect, regression, or incorrect behavior"
|
|
title: "[Bug] "
|
|
labels:
|
|
- type/bug
|
|
- status/triage
|
|
- module/ops
|
|
---
|
|
|
|
## Scope
|
|
|
|
- Repository:
|
|
- Area/module:
|
|
- Affected version or commit:
|
|
|
|
## Behavior
|
|
|
|
Expected:
|
|
|
|
Actual:
|
|
|
|
## Reproduction
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Evidence
|
|
|
|
Logs, screenshots, traces, or failing test output:
|
|
|
|
## Verification Target
|
|
|
|
Command or workflow that should pass when fixed:
|