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
56
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
56
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue