From f7db17b6778f6e5e7cf67fe3c430395df1fdba38 Mon Sep 17 00:00:00 2001 From: Amy Gonzales <41878493+amylearnscode@users.noreply.github.com> Date: Thu, 6 Dec 2018 15:05:38 -0800 Subject: [PATCH] Added Wikipedia link for Fibonacci Sequence (#24128) --- guide/english/agile/planning-poker/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/agile/planning-poker/index.md b/guide/english/agile/planning-poker/index.md index 64a625257b..58ce80f51c 100644 --- a/guide/english/agile/planning-poker/index.md +++ b/guide/english/agile/planning-poker/index.md @@ -9,7 +9,7 @@ Planning poker is an estimation and planning technique in the Agile development ### Process The planning poker is done for one user story at a time. -Each estimator holds an identical set of poker cards consisting of cards with various values. The card values are usually from the Fibonacci Sequence. The unit used for the values can be the number of days, story points, or any other kind of estimation unit agreed on by the team. +Each estimator holds an identical set of poker cards consisting of cards with various values. The card values are usually from the [Fibonacci Sequence](https://en.wikipedia.org/wiki/Fibonacci_number). The unit used for the values can be the number of days, story points, or any other kind of estimation unit agreed on by the team. The product owner (PO) or stakeholder explains the story that is to be estimated.