From 61b0c69bdeffe54483157087c02a427efcbf896e Mon Sep 17 00:00:00 2001 From: Amy Lindburg Date: Thu, 19 Mar 2015 11:52:49 -0700 Subject: [PATCH] Created Sprint Meetings (markdown) --- Sprint-Meetings.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Sprint-Meetings.md diff --git a/Sprint-Meetings.md b/Sprint-Meetings.md new file mode 100644 index 0000000..0d5911d --- /dev/null +++ b/Sprint-Meetings.md @@ -0,0 +1,32 @@ +Major decisions affecting the [Compose Roadmap](https://github.com/docker/compose/blob/master/ROADMAP.md) are discussed during these fortnightly meetings. + +The expected outcome of a Sprint Meeting is to review (or define) the next [Milestone](https://github.com/docker/compose/milestones) and organize work for the 2-week Sprint. + +### Who participates? + +| Title | Role | +|-----------|------| +| **Maintainers** | Maintainers drive the Sprint meetings. | +| **Contributors** | Contributors provide feedback, offer advice, and make proposals. | + +Contributors are defined as those who have demonstrated significant interest in the project (via substantial code contributions or major usage), and Partners. + +Maintainers of other Docker subsystems (i.e., Engine, Distribution, …) are welcome to attend Compose Sprint Meetings. + +### How does the content of a Milestone get defined? + +1. Maintainers review the [Compose Roadmap](https://github.com/compose/machine/blob/master/ROADMAP.md) and decide which items to target for the milestone. These are recorded as "Release Goals" on the Project Page. +2. Maintainers triage the Community backlog to identify issues that correspond to the Release Goals. Placeholder issues are created so that all Release Goals are represented in the GitHub Milestone. +3. Milestones get reviewed during Sprint Meetings, where Contributors and other Maintainers have the opportunity to provide their feedback. + +Items might be moved to different Milestones or discarded altogether based on the outcome of the meeting. + +### What's the agenda of the meeting? + +Meetings center around [Project Pages](https://github.com/docker/compose/wiki), and follow this agenda: + +1. Review Release Goals + * Update as needed + * Ensure that there is a GitHub Issue to represent each major goal +2. Review Progress + * Progress is tracked using the [Compose Waffle Board](https://waffle.io/docker/compose), filtered by Milestone.