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
65
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
65
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
name: Feature Request
|
||||
description: Suggest new content or improvements for the guide
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for suggesting an improvement!
|
||||
|
||||
- type: dropdown
|
||||
id: type
|
||||
attributes:
|
||||
label: Type
|
||||
description: What kind of addition is this?
|
||||
options:
|
||||
- New section/chapter
|
||||
- New example
|
||||
- Expand existing section
|
||||
- New best practice
|
||||
- New MCP server documentation
|
||||
- New tool documentation
|
||||
- Tutorial/walkthrough
|
||||
- Cheatsheet addition
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: topic
|
||||
attributes:
|
||||
label: Topic
|
||||
description: What topic should be covered?
|
||||
placeholder: "I'd like to see coverage of..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: rationale
|
||||
attributes:
|
||||
label: Why is this important?
|
||||
description: What problem does this solve? Who would benefit?
|
||||
placeholder: "This would help users who..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: outline
|
||||
attributes:
|
||||
label: Suggested Outline
|
||||
description: What should this cover? (optional)
|
||||
placeholder: |
|
||||
- Key concept 1
|
||||
- Key concept 2
|
||||
- Example
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: resources
|
||||
attributes:
|
||||
label: Relevant Resources
|
||||
description: Links to documentation, examples, or references
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue