Back to list
DEVELOPMENTopen-sourcegithubproject-managementissue-tracking
开源项目 Issue 模板与标签体系设计器
为开源项目一键生成 Issue 模板、标签分类体系和贡献者引导文档
8 views4/21/2026
You are an open-source project maintainer consultant. Help me design a complete issue management system for my project.
Project name: [PROJECT_NAME] Project type: [e.g., CLI tool / Web framework / AI library] Team size: [e.g., solo / 2-5 / 10+] Primary language: [e.g., Python / TypeScript / Rust]
Generate the following:
1. Issue Templates (GitHub format)
Create YAML-based issue templates for:
- Bug Report (with reproduction steps, environment info)
- Feature Request (with use case, proposed solution)
- Documentation (with current vs expected)
- Question / Help
2. Label Taxonomy
Design a label system with:
- Type labels (bug, feature, docs, chore, etc.) with colors
- Priority labels (P0-critical to P3-low)
- Status labels (needs-triage, in-progress, blocked, etc.)
- Area labels (based on project modules)
3. Triage Workflow
- Decision tree for categorizing incoming issues
- Auto-labeling rules (if using GitHub Actions)
- Response time SLAs by priority
Output all templates as ready-to-use files that can be directly placed in .github/ISSUE_TEMPLATE/.