---
name: Bug report
about: Create a report to help us improve yutu
title: "[BUG] "
labels: bug
assignees: ''
---
## 🐛 Bug Description
<!-- Please provide a clear and concise description of the bug -->
## 📋 Environment Information
### System Details
- **OS**: <!-- e.g., macOS 14.0, Ubuntu 22.04, Windows 11 -->
- **Yutu Version**: <!-- Run: yutu version -->
- **Installation Method**: <!-- e.g., go install, brew, built from source -->
- **Go Version**: <!-- Run: go version (if building from source) -->
## 🔄 Steps to Reproduce
<!-- Please provide detailed steps to reproduce the issue -->
1. Run the following command:
```shell
YUTU_LOG_LEVEL=DEBUG yutu [command] [subcommand] [flags]
```
2. ...<!-- Add more steps as needed -->
3. Observe the error.
```
# Paste error output here
```
### Expected Behavior
<!-- What did you expect to happen? -->
## 📸 Screenshots or Logs
<!-- If applicable, add screenshots or detailed logs to help explain the problem -->