mirror of
https://github.com/tw93/Mole.git
synced 2026-02-11 11:49:22 +00:00
Support debug
This commit is contained in:
50
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
50
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
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 or mo clean --dry-run --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.
|
||||
Reference in New Issue
Block a user