- 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>
52 lines
1.2 KiB
YAML
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
|