50 lines
813 B
Markdown
50 lines
813 B
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: "[BUG] "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Describe the Bug
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## To Reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. See error
|
|
|
|
## Expected Behavior
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
## Actual Behavior
|
|
|
|
What actually happened.
|
|
|
|
## Screenshots
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
## Environment
|
|
|
|
- **OS**: [e.g., Ubuntu 22.04, macOS 14, Windows 11]
|
|
- **Galvanize Version**: [e.g., 0.1.0]
|
|
- **Rust Version**: [e.g., 1.75.0]
|
|
- **Installation Method**: [e.g., binary, Docker, source]
|
|
|
|
## Logs
|
|
|
|
```
|
|
Paste relevant log output here
|
|
```
|
|
|
|
## Additional Context
|
|
|
|
Add any other context about the problem here.
|
|
|