1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 23:40:09 +00:00
Files
Mole/.github/ISSUE_TEMPLATE/bug_report.md
2026-03-10 15:31:07 +08:00

54 lines
1.1 KiB
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.
If you believe the issue may allow unsafe deletion, path validation bypass, privilege boundary bypass, or release/install integrity issues, do not file a public bug report. Report it privately using the contact details in `SECURITY.md`.
## 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.