- 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>
42 lines
823 B
Markdown
42 lines
823 B
Markdown
---
|
|
name: Documentation Improvement
|
|
about: Suggest improvements to documentation
|
|
title: '[DOCS] '
|
|
labels: 'type: documentation'
|
|
assignees: ''
|
|
---
|
|
|
|
## 📚 Documentation Issue
|
|
|
|
What documentation needs to be improved, added, or fixed?
|
|
|
|
## 📍 Location
|
|
|
|
- **File:** [e.g., README.md, docs/CLAUDE.md]
|
|
- **Section:** [e.g., Installation, Configuration]
|
|
- **URL:** [if applicable]
|
|
|
|
## ❌ Current State
|
|
|
|
Describe what's currently unclear, missing, or incorrect.
|
|
|
|
## ✅ Proposed Improvement
|
|
|
|
How should the documentation be changed?
|
|
|
|
## 🎯 Target Audience
|
|
|
|
Who would benefit from this documentation improvement?
|
|
- [ ] New users
|
|
- [ ] Advanced users
|
|
- [ ] Contributors
|
|
- [ ] API users
|
|
|
|
## 📝 Additional Context
|
|
|
|
Any additional context or examples that would help.
|
|
|
|
## 🔗 Related Issues
|
|
|
|
Link to any related issues or PRs.
|