-
Notifications
You must be signed in to change notification settings - Fork 79
Definition of Done
Charles Zipp edited this page Mar 26, 2019
·
7 revisions
This page documents what is expected to be completed for each story/issue for it to be considered done.
- Code changes reviewed
- Existing documentation is updated (readme, .md's, and/or wiki pages)
- New documentation needed to support the change is created
- Code changes checked into master
- Testing is automated (todo: add in explanation... prove in automated way that the story meets acceptance criteria)
- All existing automated tests (unit and/or e2e) pass successfully
- Build and deployment of change is automated
- Build completes successfully
- Deployment completes successfully
- Smoke test production deployment (todo: clarify if this is demo env to demonstrate project capabilities)
todo: add more detailed explanation of whats expected in each bullet item