The-DevOps-Daily/devops-daily
GitHub で見るfeat: Add content calendar with GitHub Projects
Open
#540 opened on 2025年12月2日
documentationenhancementgood first issuehacktoberfest
Repository metrics
- Stars
- (1,087 stars)
- PR merge metrics
- (平均マージ 1d 23h) (30d で 82 merged PRs)
説明
Description
Create a GitHub Projects board for content planning, scheduling, and tracking.
Problem
- No centralized content planning
- Difficult to track what content is in progress
- No visibility into content pipeline
- Hard to plan content around themes/events
- No editorial calendar
Benefits
- Visual content pipeline
- Better planning and coordination
- Track content from idea to publication
- Identify gaps in content coverage
- Plan seasonal/event-based content
- Coordinate with contributors
Proposed Board Structure
Columns
- Ideas - Raw content ideas
- Backlog - Approved ideas
- In Progress - Currently being written
- In Review - Ready for review
- Ready to Publish - Scheduled content
- Published - Live content
Labels
content:post- Blog postcontent:guide- Multi-part guidecontent:quiz- Quizcontent:game- Interactive gamecontent:exercise- Coding exercisepriority:high- Urgent contentpriority:medium- Normal prioritypriority:low- Nice to have
Custom Fields
- Publish Date - Target publication date
- Author - Content creator
- Category - DevOps, Cloud, Security, etc.
- Status - Draft, Review, Scheduled, Published
Acceptance Criteria
- Create GitHub Project board
- Set up columns/workflow
- Create custom labels
- Add custom fields
- Document content workflow
- Add existing open issues to board
- Create issue templates for content ideas
- Document how to use board in CONTRIBUTING.md
- Set up automation (move cards on PR merge)
Resources
- GitHub Projects Documentation
- Editorial calendar best practices
Files to Modify
.github/ISSUE_TEMPLATE/content-idea.yml- New templateCONTRIBUTING.md- Add content workflow sectiondocs/content-calendar.md- New documentation