Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ko/.github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms
github: [luongnv89] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
buy_me_a_coffee: luongnv89 # Replace with a single Buy Me a Coffee username
43 changes: 43 additions & 0 deletions ko/.github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Bug Report
about: Report an issue with an example, guide, or documentation
title: "[BUG] "
labels: bug
assignees: ''

---

## Description
Brief description of the issue.

## Steps to Reproduce
1. Step 1
2. Step 2
3. Step 3

## Expected Behavior
What should happen?

## Actual Behavior
What actually happened?

## Environment
- **Claude Code Version**: (e.g., 1.0.5)
- **Operating System**: (e.g., macOS 14.1, Ubuntu 22.04, Windows 11)
- **Python Version**: (if relevant, e.g., 3.11)
- **Affected Component**: (e.g., 01-slash-commands, 03-skills, etc.)

## Example Code
If applicable, provide the example code that's not working:
```
[Insert code here]
```

## Screenshots
If applicable, add screenshots showing the issue.

## Additional Context
Any other context that might help us understand the issue?

## Possible Solution
If you have a suggestion for fixing this, share it here.
11 changes: 11 additions & 0 deletions ko/.github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Claude Code Documentation
url: https://code.claude.com/docs/en/overview
about: Official Claude Code documentation
- name: Discussions
url: https://github.com/luongnv89/claude-howto/discussions
about: Ask questions and share ideas with the community
- name: Anthropic Cookbook
url: https://github.com/anthropics/anthropic-cookbook
about: Official examples and guides from Anthropic
44 changes: 44 additions & 0 deletions ko/.github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Documentation Issue
about: Report unclear documentation, typos, or missing information
title: "[DOCS] "
labels: documentation
assignees: ''

---

## Type of Issue
- [ ] Typo or grammar error
- [ ] Unclear explanation
- [ ] Missing information
- [ ] Broken link or reference
- [ ] Outdated content
- [ ] Better example needed

## Location
Which section has the issue?
- **File**: (e.g., README.md, 03-skills/README.md)
- **Section**: (e.g., "Installation Quick Reference")
- **Line/Area**: (if specific)

## Current Content
What does it currently say?
```
[Paste the current text here]
```

## Issue Description
What's wrong with it?

## Suggested Improvement
How could this be improved or clarified?
```
[Provide improved text or suggestion here]
```

## Why This Matters
How does this issue impact users?

## Related Documentation
Links to related sections:
- Related Guide: <!-- Add link here -->
46 changes: 46 additions & 0 deletions ko/.github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Feature Request
about: Suggest a new example, guide, or improvement
title: "[FEATURE] "
labels: enhancement
assignees: ''

---

## Description
Describe the feature or improvement you'd like to see.

## Problem It Solves
What problem or gap does this address?

Examples:
- There's no example of X feature
- The current documentation for Y is unclear
- We need a guide for Z use case
- The structure could be improved by...

## Use Case
When and how would this be used? Include real-world scenarios.

## Proposed Solution
How should this be implemented or documented?

## Example
If applicable, provide an example of what you envision:
```
[Insert example here]
```

## Related Examples
Link any existing related examples or guides:
- Existing Guide: <!-- Add link here -->
- Feature: (e.g., Skills, Hooks, Subagents)

## Additional Context
Any other information that might be helpful?

## Acceptance Criteria
How would you know this feature is complete?
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
40 changes: 40 additions & 0 deletions ko/.github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Question
about: Ask a question about Claude Code or this guide
title: "[QUESTION] "
labels: question
assignees: ''

---

## Question
What would you like to know?

## Context
Provide some background or context for your question:
- What are you trying to do?
- What have you already tried?
- What examples or guides have you looked at?

## Relevant Topic
Which topic is this related to?
- [ ] Slash Commands
- [ ] Memory
- [ ] Skills
- [ ] Subagents
- [ ] MCP Protocol
- [ ] Hooks
- [ ] Plugins
- [ ] Checkpoints
- [ ] Advanced Features
- [ ] CLI Reference
- [ ] Other

## What You've Tried
Have you already tried anything? What was the result?

## Expected Outcome
What would help you solve this?

## Additional Resources
Any links or resources that might be relevant?
Loading
Loading