claude-code-ultimate-guide/.github/ISSUE_TEMPLATE/question.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

52 lines
1.2 KiB
YAML

name: Question
description: Ask about Claude Code usage or guide content
title: "[Question]: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Before asking, please check:
- [The Guide](https://cc.bruniaux.com/)
- [Existing Issues](https://github.com/FlorianBruniaux/claude-code-ultimate-guide/issues)
- [Official Docs](https://docs.claude.ai/)
- type: dropdown
id: category
attributes:
label: Category
description: What's your question about?
options:
- Claude Code usage
- MCP servers
- Configuration
- Tools & commands
- Best practices
- Security
- Agent teams
- Installation
- Troubleshooting
- Guide content
- Other
validations:
required: true
- type: textarea
id: question
attributes:
label: Question
description: What would you like to know?
placeholder: "How do I..."
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: What have you tried? What's your use case?
placeholder: |
I'm trying to...
I've looked at...
validations:
required: false