Sprint Lifecycle

Introduction

This doc will go over the phases in a sprint. For this example we’ll have a 2 week sprint that starts on 09/05/2022 and ends on 09/16/2022

Phases

  1. Sprint planning → first day of sprint. Assign the tickets for the next sprint (09/05/2022)

  2. Work on tickets → start of sprint until 2 days before end of sprint (09/05/2022 - 09/14/2022)

  3. Code freeze → 2 days before end of sprint (09/14/2022). No more PRs will be merged into develop

  4. Code verification → 2 days before end of sprint (09/14/2022)

  5. Merge develop into main → one day before end of sprint (09/15/2022)

  6. Sprint retro → last day of sprint (09/16/2022)

Â