- Add comprehensive PROJECT_BOARD_SETUP.md with 20 issues - Create 3 milestones: v1.1.0, v1.2.0, v2.0.0 - Add issue templates: feature, bug, documentation - Add PR template with checklist - Define labels for priority, type, component, status - Include setup instructions for web UI and CLI Features: - 6-column project board structure - 20 pre-defined issues covering website, core improvements, advanced features - Custom fields: Effort, Impact, Category - Success metrics and community engagement guidelines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
53 lines
968 B
Markdown
53 lines
968 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or issue with Skill Seekers
|
|
title: '[BUG] '
|
|
labels: 'type: bug'
|
|
assignees: ''
|
|
---
|
|
|
|
## 🐛 Bug Description
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## 🔄 Steps to Reproduce
|
|
|
|
1. Go to '...'
|
|
2. Run command '...'
|
|
3. See error
|
|
|
|
## ✅ Expected Behavior
|
|
|
|
What you expected to happen.
|
|
|
|
## ❌ Actual Behavior
|
|
|
|
What actually happened.
|
|
|
|
## 📋 Environment
|
|
|
|
- **OS:** [e.g., macOS 14.0, Ubuntu 22.04, Windows 11]
|
|
- **Python Version:** [e.g., 3.10, 3.11]
|
|
- **Skill Seekers Version:** [e.g., v1.0.0]
|
|
- **Installation Method:** [pip, git clone, etc.]
|
|
|
|
## 📊 Error Output
|
|
|
|
```
|
|
Paste the full error message or traceback here
|
|
```
|
|
|
|
## 📸 Screenshots
|
|
|
|
If applicable, add screenshots to help explain the problem.
|
|
|
|
## 🔍 Additional Context
|
|
|
|
- Config file used (if applicable)
|
|
- Documentation URL being scraped
|
|
- Any custom modifications made
|
|
|
|
## 🎯 Possible Solution
|
|
|
|
If you have an idea of how to fix this, please share!
|