mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00:00
- Added 32 JSON metadata files for all AI coding tools - Generated 39 REST API endpoints for programmatic access - Created working examples in Python, JavaScript, and PowerShell - Set up GitHub Actions workflow for automated deployment - Enhanced README with comprehensive feature documentation - Added version comparison and automation tools - Updated 20+ documentation files - Ready for GitHub Pages deployment
88 lines
1.6 KiB
Markdown
88 lines
1.6 KiB
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest an idea for this repository
|
|
title: '[FEATURE] '
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## 💡 Feature Description
|
|
|
|
A clear and concise description of what you want to add or improve.
|
|
|
|
---
|
|
|
|
## 🎯 Problem Statement
|
|
|
|
**Is your feature request related to a problem?**
|
|
[e.g., I'm always frustrated when...]
|
|
|
|
---
|
|
|
|
## ✨ Proposed Solution
|
|
|
|
**Describe the solution you'd like:**
|
|
[A clear description of what you want to happen]
|
|
|
|
---
|
|
|
|
## 🔄 Alternatives Considered
|
|
|
|
**Have you thought of other approaches?**
|
|
[Describe any alternative solutions or features you've considered]
|
|
|
|
---
|
|
|
|
## 📊 Use Cases
|
|
|
|
**Who would benefit from this?**
|
|
- [ ] New contributors
|
|
- [ ] Researchers
|
|
- [ ] Developers using the prompts
|
|
- [ ] Tool builders
|
|
- [ ] Other: ___________
|
|
|
|
**Example scenarios:**
|
|
1. [Scenario 1]
|
|
2. [Scenario 2]
|
|
|
|
---
|
|
|
|
## 🛠️ Implementation Ideas (Optional)
|
|
|
|
**If you have technical suggestions:**
|
|
- File changes needed:
|
|
- New files required:
|
|
- Dependencies:
|
|
|
|
---
|
|
|
|
## 📚 Examples (Optional)
|
|
|
|
**Similar features in other projects:**
|
|
- [Link or description]
|
|
|
|
---
|
|
|
|
## 📈 Priority
|
|
|
|
**How important is this to you?**
|
|
- [ ] Critical - Can't use repository without it
|
|
- [ ] High - Would significantly improve experience
|
|
- [ ] Medium - Nice to have
|
|
- [ ] Low - Minor improvement
|
|
|
|
---
|
|
|
|
## ✅ Checklist
|
|
|
|
- [ ] I've searched existing issues/PRs
|
|
- [ ] This feature aligns with repository goals
|
|
- [ ] I'm willing to help implement this (optional)
|
|
|
|
---
|
|
|
|
## 📎 Additional Context
|
|
|
|
Add any other context, screenshots, or mockups about the feature request here.
|