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
+46
View File
@@ -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](link)
- 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