mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 18:34:46 +00:00
52 lines
919 B
Markdown
52 lines
919 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. We suggest using English for better global understanding.
|
|
|
|
## 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
|
|
|
|
Please run `mo update` to ensure you are on the latest version, then paste the output of `mo --version` below:
|
|
|
|
```text
|
|
Paste mo --version output here
|
|
```
|
|
|
|
## Additional context
|
|
|
|
Add any other context about the problem here, such as screenshots or related issues.
|