Challenge 03 - Track Your Work with GitHub Project Boards

< Previous Challenge - Home - Next Challenge >

Introduction

Agile project management is a key component of building a modern DevOps culture at your organization. If you are new to Agile or just want a refresher, we recommend you review the following articles:

  1. What is Agile?
  2. What is Scrum?
  3. What is Kanban?
  4. What is Agile Development?

To help you with Agile project management, there is GitHub project boards. With GitHub project boards, you can quickly and easily start tracking your backlog, tasks, issues/bugs and features associated with your project.

Review the following introduction to GitHub project boards: GitHub project boards.

Description

Success Criteria

Learning Resources

Advanced Challenges (optional)

  1. You can integrate Azure Boards with GitHub.
    • Follow the steps here to integrate Azure Boards with your GitHub repo.
  2. Use the GitHub CLI to create issue #9. Once, you have created the issue, use the CLI to close the issue.

< Previous Challenge - Home - Next Challenge >