58 lines
1.1 KiB
Markdown
58 lines
1.1 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or issue with the skill
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Bug Description
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## To Reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
1. Set up skill with '...'
|
|
2. Ask Claude to '...'
|
|
3. Observe that '...'
|
|
|
|
## Expected Behavior
|
|
|
|
A clear description of what you expected to happen.
|
|
|
|
## Actual Behavior
|
|
|
|
What actually happened.
|
|
|
|
## Screenshots or Output
|
|
|
|
If applicable, add screenshots or paste the output to help explain the problem.
|
|
|
|
```
|
|
[Paste output here]
|
|
```
|
|
|
|
## Environment
|
|
|
|
- Claude Code Version: [e.g., CLI 1.0, Desktop 2.1]
|
|
- Operating System: [e.g., macOS 14, Windows 11, Ubuntu 22.04]
|
|
- Skill Version: [e.g., 1.0.0]
|
|
- Installation Method: [GitHub connector, manual, etc.]
|
|
|
|
## PICT Model (if applicable)
|
|
|
|
If the issue is with a specific PICT model, paste it here:
|
|
|
|
```
|
|
[Paste PICT model here]
|
|
```
|
|
|
|
## Additional Context
|
|
|
|
Add any other context about the problem here.
|
|
|
|
## Possible Solution (optional)
|
|
|
|
If you have suggestions for fixing the bug, please share them here.
|