diff --git a/Agile Processes.md b/Agile Processes.md index 5b1a803..cb7aea4 100644 --- a/Agile Processes.md +++ b/Agile Processes.md @@ -46,10 +46,12 @@ Now that everyone in the team has a clear idea of the outcome they need to break 1. The Scrum Master should now add a new _Project_ to the repository, calling it **Kanban**. 2. They should add three columns to this board: - 1. Not started. - 2. In progress. + 1. Not Started. + 2. In Progress. 3. Completed. 3. All the tasks should be dragged into the first column (Not Started). + 1. In the project (Kanban) board, click on the _Add Tasks_ button. + 2. Drag each of the issues into the _Not Started_ column. 4. Each member of the team chooses one task they want to work on: 1. They drag the issues into the middle (In Progress) column. 2. They allocate it to themselves.