-
Notifications
You must be signed in to change notification settings - Fork 27
Definition of done
Ryan Wold edited this page Mar 23, 2021
·
7 revisions
This assumes a well-defined User Story (reference). Stories are tracked in Trello.
- feature implemented
- automated test/spec written that exercises the behavior described in the Acceptance Criteria of a User Story
- push the code to a
feature-branch
when WIP - push the code to
develop
when ready to deploy for Acceptance on Staging - Story card moved to
👀 Review/Acceptance
in Trello - After Story Acceptance, the Story card is moved to
🚢 Deploy to Production
in Trello - feature noted in RELEASE NOTES
- system changes are reflected in system documentation & Diagrams
- migration steps documented in the main description of the Pull Request
- push the code to
main
when ready to deploy to Demo - push the code to
production
when ready to deploy to Production - Story card moved to
☑️ Done
in Trello