@@ -149,7 +149,7 @@ MoSCoW is an acronym that stands for
149149** Must have** ,
150150** Should have** ,
151151** Could have** ,
152- and ** Will not have** .
152+ and ** Won't have** .
153153Each requirement is discussed by the stakeholder group and falls into one of these categories:
154154
155155- * Must Have* (MH) -
@@ -164,7 +164,7 @@ Each requirement is discussed by the stakeholder group and falls into one of the
164164- * Could Have* (CH) -
165165 these are desirable but not necessary,
166166 and each of these will be included in this timebox if it can be achieved.
167- - * Will not Have* (WH) -
167+ - * Won't Have* (WH) -
168168 these are agreed to be out of scope for this timebox,
169169 perhaps because they are the least important or not critical for this phase of development.
170170
@@ -187,7 +187,7 @@ you have still delivered it *successfully*.
187187
188188### GitHub's Milestones
189189
190- Once we have decided on those we will work on (i.e. not Will not Haves),
190+ Once we have decided on those we will work on (i.e. not Won't Haves),
191191we can (optionally) use a GitHub's ** Milestone** to organise them for a particular timebox.
192192Remember, a milestone is a collection of issues to be worked on in a given period (or timebox).
193193We can create a new one by selecting ` Issues ` on our repository,
@@ -216,7 +216,7 @@ Let us now use Milestones to plan and prioritise our team's next sprint.
216216> Put your stakeholder hats on, and as a team apply MoSCoW to the repository issues
217217> to determine how you will prioritise effort to resolve them in the allotted time.
218218> Try to stick to the 60/20/20 rule,
219- > and assign all issues you'll be working on (i.e. not ` Will not Haves` ) to a new milestone,
219+ > and assign all issues you will be working on (i.e. not ` Won't Haves` ) to a new milestone,
220220> e.g. "Tidy up documentation" or "version 0.1".
221221>
222222>
@@ -257,7 +257,7 @@ and serves to highlight any blockers and challenges to meeting the sprint goal.
257257 {: .challenge}
258258
259259Depending on how many issues were registered on your repository,
260- it is likely you Will not have resolved all the issues in this first milestone.
260+ it is likely you will not have resolved all the issues in this first milestone.
261261Of course, in reality, a sprint would be over a much longer period of time.
262262In any event, as the development progresses into future sprints
263263any unresolved issues can be reconsidered and prioritised for another milestone,
0 commit comments