Files
claude-code-skills-reference/.github/ISSUE_TEMPLATE/bug_report.md
daymade d9e1967689 feat(doc-to-markdown): CJK bold spacing, JSON pretty-print, 31 tests, full rename cleanup
- Add CJK bold spacing fix: insert spaces around **bold** spans containing
  CJK characters for correct rendering (handles emoji adjacency, already-spaced)
- Add JSON pretty-print: auto-format JSON code blocks with 2-space indent
- Add 31 unit tests covering all post-processing functions
- Fix pandoc simple table detection (1-space column gaps)
- Fix image path double-nesting when --assets-dir ends with 'media'
- Rename all markdown-tools references across 15 files (README, QUICKSTART,
  marketplace.json, CLAUDE.md, meeting-minutes-taker, GitHub templates)
- Add 5-tool benchmark report (Docling/MarkItDown/Pandoc/Mammoth/ours)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 03:18:37 +08:00

57 lines
1.0 KiB
Markdown

---
name: Bug Report
about: Report a bug or issue with a skill
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Affected Skill
Which skill is affected?
- [ ] skill-creator
- [ ] github-ops
- [ ] doc-to-markdown
- [ ] mermaid-tools
- [ ] statusline-generator
- [ ] teams-channel-post-writer
- [ ] repomix-unmixer
- [ ] llm-icon-finder
- [ ] Other (please specify):
## Steps to Reproduce
1. Go to '...'
2. Run command '....'
3. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
What actually happened instead.
## Error Messages
```
Paste any error messages or logs here
```
## Environment
- **OS**: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04]
- **Claude Code Version**: [e.g., 2.0.13]
- **Skill Version**: [e.g., 1.2.0]
- **Python Version** (if applicable): [e.g., 3.9.0]
## Additional Context
Add any other context about the problem here (screenshots, related issues, attempted solutions, etc.)