claude-code-ultimate-guide/.github/ISSUE_TEMPLATE/bug_report.yml
Florian BRUNIAUX e504f0d1bf feat: add session summary screenshot, skills, and GitHub templates
- Add session-summary-v3.png screenshot for hook documentation
- Add GitHub issue templates (bug report, feature request, question)
- Add new skills: ccboard, guide-recap, landing-page-generator,
  release-notes-generator, skill-creator

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 20:55:16 +01:00

56 lines
1.3 KiB
YAML

name: Bug Report
description: Report an error or issue in the guide
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting this issue!
- type: dropdown
id: section
attributes:
label: Guide Section
description: Which section contains the error?
options:
- Getting Started
- Installation
- Configuration
- MCP Servers
- Tools & Commands
- Best Practices
- Security
- Agent Teams
- Advanced Topics
- Examples
- Other
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: What's the issue?
placeholder: "The guide says X but actually Y is correct"
validations:
required: true
- type: textarea
id: location
attributes:
label: Location
description: Where in the guide is this issue?
placeholder: "Section 5.3, paragraph 2 OR guide/05-tools/mcp-servers.md line 42"
validations:
required: true
- type: textarea
id: correction
attributes:
label: Suggested Correction
description: What should it say instead?
placeholder: "It should say..."
validations:
required: false