1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 21:29:42 +00:00

Support debug

This commit is contained in:
Tw93
2025-12-05 17:16:46 +08:00
parent 5761fd87c8
commit b939442e92
11 changed files with 160 additions and 30 deletions

50
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Telegram Community
url: https://t.me/+GclQS9ZnxyI2ODQ1
about: Join our Telegram group for questions and discussions
- name: GitHub Discussions
url: https://github.com/tw93/mole/discussions
about: Ask questions and share ideas with the community

View File

@@ -0,0 +1,27 @@
---
name: Feature Request
about: Suggest an idea for Mole
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Feature description
A clear and concise description of the feature you'd like to see.
## Use case
Describe the problem this feature would solve or the benefit it would provide.
## Proposed solution
How do you envision this feature working?
## Alternatives considered
Have you considered any alternative solutions or workarounds?
## Additional context
Add any other context, mockups, or examples about the feature request here.