Skip to content

Github Agile Guide

j-sawn edited this page Mar 19, 2025 · 2 revisions

How to use Github Agile Tools

Basics

  • You can replicate a Kanban board by using the Projects tab with a Board view: image of a kanban-lookalike (with titles "Todo", "In Progress", and "Done" that can be accessed via github
  • Usually items are associated with a particular issue

Getting Complex

  • You can add priority, size, estimate, etc labels by going to the My Items tab (in red) image
  • You can add deadlines by going to the Roadmap tab

Extra

  • Suggestions to improve this method (thank you Going!):
    • Each individual can click β€˜my item’ in project dashboard to go directly what you need to do rather than scroll through every issue (which will increase in size as we continue this project).
    • When you create a new to-do item, there is an option to prioritise it (P0 being the highest)
    • You can set up iteration/start date/end date to manage time and ddl.
    • Click Roadmap in project dashboard, you would be able to see the timeline of different tasks. It’s better for you to visualize the To-do, In-progress and Done.

Clone this wiki locally