This commit is contained in:
57
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
57
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Report a bug or issue with the skill
|
||||
title: '[BUG] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Bug Description
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## To Reproduce
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
1. Set up skill with '...'
|
||||
2. Ask Claude to '...'
|
||||
3. Observe that '...'
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
A clear description of what you expected to happen.
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
What actually happened.
|
||||
|
||||
## Screenshots or Output
|
||||
|
||||
If applicable, add screenshots or paste the output to help explain the problem.
|
||||
|
||||
```
|
||||
[Paste output here]
|
||||
```
|
||||
|
||||
## Environment
|
||||
|
||||
- Claude Code Version: [e.g., CLI 1.0, Desktop 2.1]
|
||||
- Operating System: [e.g., macOS 14, Windows 11, Ubuntu 22.04]
|
||||
- Skill Version: [e.g., 1.0.0]
|
||||
- Installation Method: [GitHub connector, manual, etc.]
|
||||
|
||||
## PICT Model (if applicable)
|
||||
|
||||
If the issue is with a specific PICT model, paste it here:
|
||||
|
||||
```
|
||||
[Paste PICT model here]
|
||||
```
|
||||
|
||||
## Additional Context
|
||||
|
||||
Add any other context about the problem here.
|
||||
|
||||
## Possible Solution (optional)
|
||||
|
||||
If you have suggestions for fixing the bug, please share them here.
|
||||
65
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
65
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest a new feature or enhancement
|
||||
title: '[FEATURE] '
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Feature Description
|
||||
|
||||
A clear and concise description of the feature you'd like to see.
|
||||
|
||||
## Problem or Use Case
|
||||
|
||||
Describe the problem this feature would solve or the use case it would enable.
|
||||
|
||||
**Is your feature request related to a problem?**
|
||||
[e.g., "I'm always frustrated when..."]
|
||||
|
||||
## Proposed Solution
|
||||
|
||||
Describe how you envision this feature working.
|
||||
|
||||
## Example Usage
|
||||
|
||||
Show how this feature would be used:
|
||||
|
||||
```
|
||||
# Example of how someone would use this feature
|
||||
```
|
||||
|
||||
## Alternatives Considered
|
||||
|
||||
Have you considered any alternative solutions or features? Describe them here.
|
||||
|
||||
## Additional Context
|
||||
|
||||
Add any other context, screenshots, mockups, or examples about the feature request here.
|
||||
|
||||
## Related Examples
|
||||
|
||||
If you've seen this feature in other tools or projects, link to them here.
|
||||
|
||||
## Impact
|
||||
|
||||
- [ ] This would help me with my work
|
||||
- [ ] This would help my team
|
||||
- [ ] This would benefit the community
|
||||
- [ ] This would improve documentation
|
||||
- [ ] This would add a new example
|
||||
|
||||
## Complexity Estimate (optional)
|
||||
|
||||
If you have technical knowledge, estimate the implementation complexity:
|
||||
- [ ] Small (a few hours)
|
||||
- [ ] Medium (a few days)
|
||||
- [ ] Large (a week or more)
|
||||
- [ ] Don't know
|
||||
|
||||
## Willing to Contribute
|
||||
|
||||
- [ ] I'd like to implement this feature myself
|
||||
- [ ] I can help test this feature
|
||||
- [ ] I can provide examples or documentation
|
||||
- [ ] I can help in other ways (describe below)
|
||||
Reference in New Issue
Block a user