Setting up a Sprint Task Board for Agile Development on GitHub



Setting up a Sprint Task Board for Agile Development on GitHub

Setting up a Sprint Task Board for Agile Development on GitHub

We set up a simple generic no-nonsense Task Board for use in Agile Software Development using nothing but built-in GitHub features. A Task Board allows us to map out and socialize all the work a team is doing in a given spirint – or increment – of a project. We create columns for holding the Sprint Backlog (the list of features we want to work on in this sprint), a To Do column that holds work we haven’t started yet, an In Process column for work we are currently doing, an Awaiting Review column for work that is awaiting peer review, and finally a Done column for work we have completed.

Comments are closed.