mirror of
https://github.com/tw93/Mole.git
synced 2026-02-05 09:43:48 +00:00
51 lines
864 B
Markdown
51 lines
864 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or issue with Mole
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Describe the bug
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## Steps to reproduce
|
|
|
|
1. Run command: `mo ...`
|
|
2. ...
|
|
3. See error
|
|
|
|
## Expected behavior
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
## Debug logs
|
|
|
|
Please run the command with `--debug` flag and paste the output here:
|
|
|
|
```bash
|
|
mo <command> --debug
|
|
# Example: mo clean --debug
|
|
```
|
|
|
|
<details>
|
|
<summary>Debug output</summary>
|
|
|
|
```text
|
|
Paste the debug output here
|
|
```
|
|
|
|
</details>
|
|
|
|
## Environment
|
|
|
|
- Mole version: (run `mo --version`)
|
|
- macOS version: (run `sw_vers`)
|
|
- Installation method: (Homebrew / curl script)
|
|
- Architecture: (Intel / Apple Silicon)
|
|
|
|
## Additional context
|
|
|
|
Add any other context about the problem here, such as screenshots or related issues.
|