In his hands-on lab you will practice working with GitHub projects. The exercise cosists of the following parts:
- Go to your GitHub profile |
Projects
and clickCreate project
- Start with a normal table and give the project a name (i.e.,
GitHub Bootcamp
) - In this repository, go to
Projects
and add the project you just created - Display the hidden
Labels
field - Add a new
Single Select
namedLevel
with the valuesEpic
,Feature
,Story
, andTask
- Add a number field
Effort
- Add an iteration field
Sprint
with a two week cadence - Add an iteration field
Quarter
with a 12 week cadence - Add your existing issues with the correct levels and some other sample data
- Group the backlog by level and safe the view.
Solution
See this example
- Create a Kanban Board filtered by
level:Feature
and safe it asFeature Board
- Create a Kanban Board filtered by
level:story
and change the column field to sprint. Safe the view asSprints
- Create a Kanban Board filtered by
-level:story
and change the colun view toQuarter
. Safe the view asPlanning
.
Solution
- Enable all the default workflows
- Transition some issues and see how the status changes.
In his hands-on lab you have practiced working with GitHub projects.
Now that you have finished this exercise, you can continue and learn to collaborate on code.