Skip to content

Commit 5d26634

Browse files
dmundragrugnog
andauthored
Fixing 404 link in sprint-planning-meetings.md (#1338)
* Fixing 404 link in sprint-planning-meetings.md * Testing this. * Fixing lint suggestion. --------- Co-authored-by: Owen Barton <[email protected]>
1 parent 889114e commit 5d26634

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.config/remark/remarkrc.problem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"settings": {
3-
"listItemIndent": "1",
3+
"listItemIndent": "tab",
44
"bullet": "-",
55
"strong": "*",
66
"emphasis": "_",

common-practices-tools/agile/sprint-planning-meetings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Once the product backlog has been prioritized by the Product Owner and those sto
2222

2323
A Sprint Planning Meeting usually includes the following:
2424

25-
1. The Product Owner provides a brief review of the "big picture" or main project goal, then shares his/her highest prioritized stories. The PO should present enough stories for about 2 full sprints worth of work.
25+
1. The Product Owner provides a brief review of the "big picture" or main project goal, then shares their highest prioritized stories. The PO should present enough stories for about 2 full sprints worth of work.
2626
2. Discuss and confirm the team's potential capacity and velocity for the sprint. This may include discussions about scheduled time off for any team members, holidays, velocity in previous sprints, and anything else that could influence capacity or velocity.
2727
3. With the most important backlog items having been stated and project capacities having been defined, the project team and Product Owner use this information to develop a "Sprint Goal". This is a one to two sentence statement that describes what the team plans to accomplish during the sprint.
2828
4. The team examines and discusses the highest priority items in the product backlog as defined by the Product Owner. The project team may ask questions of the Product Owner to clarify stories and tasks.
@@ -44,4 +44,4 @@ The Sprint Planning Meeting is arguably the most important meeting of a sprint c
4444
## Additional Resources
4545

4646
- [Scrum Training Series Video](http://scrumtrainingseries.com/SprintPlanningMeeting/SprintPlanningMeeting.htm)
47-
- [A Sprint Planning Cheat Sheet](http://www.leadingagile.com/2012/08/simple-cheat-sheet-to-sprint-planning-meeting/)
47+
- [A Sprint Planning Cheat Sheet](https://www.leadingagile.com/simple-cheat-sheet-to-sprint-planning-meeting/)

0 commit comments

Comments
 (0)