30 lines
538 B
Markdown
30 lines
538 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or issue with SGO
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Description
|
|
A clear description of the bug.
|
|
|
|
## Steps to Reproduce
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected Behavior
|
|
What you expected to happen.
|
|
|
|
## Actual Behavior
|
|
What actually happened.
|
|
|
|
## Environment
|
|
- OS: [e.g., Linux, macOS, Windows]
|
|
- Container Runtime: [Docker or Podman]
|
|
- Version: [Docker/Podman version]
|
|
- SGO Version: [commit hash or release]
|
|
|
|
## Additional Context
|
|
Add any other context, logs, or screenshots about the problem here.
|