Files
galvanize/.github/ISSUE_TEMPLATE/bug_report.md
lonelyhentxi dd11bc70b5
Some checks failed
CI / Rust Check (push) Has been cancelled
CI / Web UI Check (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
feat: basic
2025-07-12 23:59:42 +08:00

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.