Update index.md to stand-up questions (#26206)
* Update index.md to stand-up questions Added three standard questions for a daily stand-up * Added list formatting
This commit is contained in:
@ -13,10 +13,13 @@ In some organizations these meetings will be overseen by either a Scrum Master o
|
||||
|
||||
Sprints, on average, will last as much as 30 days or as little as a 7 days depending upon both the size of the project, the number of tasks to be completed, and the number of resources available to work on the sprint's tasks.
|
||||
|
||||
In addition, in some organizations developers will meet daily to discuss project progress, needs, and roadblocks. These meetings are sometimes referred to as SCRUM meeting or Daily Stand-up Meeting. The person or persons are sometimes invited to listen however they are only in attendance as observers.
|
||||
In addition, in some organizations developers will meet daily to discuss project progress, needs, and roadblocks. These meetings are sometimes referred to as SCRUM meeting or Daily Stand-up Meeting. The person or persons are sometimes invited to listen however they are only in attendance as observers. During a stand-up, developers typically answer three questions:
|
||||
1. What did you work on yesterday?
|
||||
2. What are you working on today?
|
||||
3. Are you blocked?
|
||||
|
||||

|
||||
|
||||
The above is an example of a sprint plan which has been laid out in six 30 day sprints. You can see that there is a Sprint Dev in each of the six sprints but from Sprint 2 on there is something labeled as a **Sprint # Increment**.
|
||||
|
||||
The Sprint Dev is a representation of the development going on during this sprint while Sprint Increment is a the sum of all product backlog items that were completed in the current sprint and all previous sprints.
|
||||
The Sprint Dev is a representation of the development going on during this sprint while Sprint Increment is a the sum of all product backlog items that were completed in the current sprint and all previous sprints.
|
||||
|
Reference in New Issue
Block a user