Destroyed Scrum (markdown)

Alex Grin 2018-01-19 11:42:26 -05:00
parent 1231b23b8f
commit e0e23a79fd

@ -1,46 +0,0 @@
## Overview
We're on a two-week sprint cycle. Sprints start on Tuesday.
_All times are US/Eastern_
## Sprint Board
The sprint board is [here](https://github.com/lbryio/lbry#boards). Install the [Zenhub extension](https://chrome.google.com/webstore/detail/zenhub-for-github/ogcgkffhplmphkaahpmffcafajaocjbd) if you can't see it.
## Cycle
- Tuesday: load and start next sprint
- Wednesday: standup
- Thursday: _no interruptions_
- Friday: standup
- Monday: all-hands
- Tuesday: grooming
- Wednesday: standup
- Thursday: _no interruptions_
- Friday: standup
- Monday: all-hands, demo day
Protocol team standups are at 10am, app team standups are at 11am.
## Definition of "Ready for Work"
- has a title
- has a [user story](https://en.wikipedia.org/wiki/User_story#Common_templates)
- has a time/complexity estimate
- takes no longer than one day
- team agrees they understand what is to be done
- team agrees item is ready
## Definition of "Done"
- required work is done
- tests for new work are written and pass
- unit/functional/integration/regression tests pass
- finished work was tested manually
- its secure
- documentation is written/updated
- code is merged into master
- code is ready to go live
- team agrees item is done