Repository Structure for Project Management
Each team will use markdown files in a core project repository to communicate progress on the project. The repo will have the following subdirectories:
.issues/backlog- Product Backlog Items planned for the future | filename[PBI#][2-4 word description].md.issues/open- Product Backlog Items that are part of the current sprint.issues/closed- Completed Product Backlog Items.sprints- contains files related to sprints:- Sprint Plans | filename:
[X]plan.mdwhere X is the sprint number - Sprint Retrospectives | filename:
[X]retro.mdwhere X is the sprint number - Sprint Reviews | filename:
[X]review.mdwhere X is the sprint number
- Sprint Plans | filename:
.status- Weekly Status Reports | filename:[Y]fall.mdor[Y]spring.mdwhere Y is the week of the term the report is submitted.log- Work Log | filename:[lastname].md
Subtasks for each PBI are numbered [PBI#].[Task#][Description].md