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>
This commit is contained in:
parent
0f4b1837c5
commit
e504f0d1bf
49 changed files with 6554 additions and 0 deletions
52
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
52
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue