50 lines
1004 B
Markdown
50 lines
1004 B
Markdown
---
|
|
name: Bug Report
|
|
about: Something isn't working as expected
|
|
title: "[Bug] "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Description
|
|
|
|
A clear description of what the bug is.
|
|
|
|
## Steps to Reproduce
|
|
|
|
1. Open Claude Code in a project using this template
|
|
2. Run `/<skill>` or trigger `<agent>`
|
|
3. ...
|
|
4. See error
|
|
|
|
## Expected Behavior
|
|
|
|
What you expected to happen.
|
|
|
|
## Actual Behavior
|
|
|
|
What actually happened. Include any error messages or unexpected output.
|
|
|
|
## Environment
|
|
|
|
- **OS**: (e.g., Windows 10, macOS 14, Ubuntu 24.04)
|
|
- **Shell**: (e.g., Git Bash, zsh, bash)
|
|
- **Claude Code version**: (run `claude --version`)
|
|
- **Node.js version**: (run `node --version`)
|
|
- **jq installed?**: Yes / No
|
|
- **Python installed?**: Yes / No
|
|
|
|
## Affected Component
|
|
|
|
- [ ] Agent (which one?):
|
|
- [ ] Skill (which one?):
|
|
- [ ] Hook (which one?):
|
|
- [ ] Rule (which one?):
|
|
- [ ] Template
|
|
- [ ] Documentation
|
|
- [ ] Other:
|
|
|
|
## Additional Context
|
|
|
|
Any other context — screenshots, terminal output, or the session log if relevant.
|