Files
yusyus 29a181752a Add GitHub Project Board setup and issue templates
- 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>
2025-10-20 13:38:13 +03:00

40 lines
848 B
Markdown

---
name: Feature Request
about: Suggest a new feature for Skill Seekers
title: '[FEATURE] '
labels: 'type: feature'
assignees: ''
---
## 🚀 Feature Description
A clear and concise description of the feature you'd like to see.
## 💡 Use Case
Describe the problem this feature would solve. What is the user trying to accomplish?
## 📋 Proposed Solution
Describe how you envision this feature working.
## 🔄 Alternatives Considered
Have you considered any alternative solutions or workarounds?
## 📊 Expected Impact
- **Priority:** Low / Medium / High / Critical
- **Effort:** XS / S / M / L / XL
- **Users Affected:** Describe who would benefit
## 📝 Additional Context
Add any other context, screenshots, or examples about the feature request.
## ✅ Acceptance Criteria
- [ ] Criteria 1
- [ ] Criteria 2
- [ ] Criteria 3