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
73 lines
1.1 KiB
Markdown
73 lines
1.1 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Report an issue with the repository
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## 🐛 Bug Description
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
---
|
|
|
|
## 📍 Location
|
|
|
|
**File/Section affected:**
|
|
- File path: `path/to/file`
|
|
- Section: [e.g., Cursor prompts, Static site, README]
|
|
|
|
---
|
|
|
|
## 🔍 Issue Details
|
|
|
|
**What's wrong?**
|
|
[Describe the problem]
|
|
|
|
**What should it be?**
|
|
[Describe expected behavior]
|
|
|
|
---
|
|
|
|
## 📋 Steps to Reproduce
|
|
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
|
|
---
|
|
|
|
## 💡 Suggested Fix (Optional)
|
|
|
|
If you know how to fix this, please describe:
|
|
|
|
---
|
|
|
|
## 📸 Screenshots (Optional)
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
---
|
|
|
|
## 🖥️ Environment (If relevant)
|
|
|
|
- OS: [e.g., Windows 11, macOS 14]
|
|
- Browser: [e.g., Chrome 120]
|
|
- Node version: [e.g., 18.17.0]
|
|
|
|
---
|
|
|
|
## ✅ Checklist
|
|
|
|
- [ ] I've searched existing issues to avoid duplicates
|
|
- [ ] I've provided clear reproduction steps
|
|
- [ ] I've checked the latest version of the repository
|
|
|
|
---
|
|
|
|
## 📎 Additional Context
|
|
|
|
Add any other context about the problem here.
|