docs: Add GitHub issue and PR templates

This commit is contained in:
Luong NGUYEN
2026-01-09 09:15:12 +01:00
parent c1a1c68be5
commit 5fd984a089
6 changed files with 241 additions and 0 deletions

43
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -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.