Skip to content

πŸ§ͺ Project ManagementΒΆ

Facilitate collaborative tracking of business goal delivery

As part of the prerequisite steps, you had created a project management board. You will now build on that step and keep stakeholders in the loop through the full course of the development process.

Initiate and track goals


Exercise: Create an issue to capture the goalΒΆ

What is GitHub Issues?

Use GitHub Issues to track ideas, feedback, tasks, or bugs for work on GitHub.

When you mention an issue in another issue or pull request, the issue's timeline reflects the cross-reference so that you can keep track of related work. To indicate that work is in progress, you can link an issue to a pull request. When the pull request merges, the linked issue automatically closes.


Refer back to the project created in the prerequisite to the workshopΒΆ


Create an issue to capture the goalΒΆ

  1. Identify the πŸ“‹ Backlog column
  2. Click on + Add item at the bottom of the column
  3. Click on the + button
  4. Select Create new issue from the menu
  5. Choose the repository you created earlier
  6. Choose Feature request

  7. Fill the form. Feel free to be creative πŸ™‚ with your inputs.

    For the title...

    You may for instance enter "Create a Tetris game to delight our site visitors".

    After filling the form in, click Create to create the issue.


Take note of the issue numberΒΆ

We will use the issue number to link the the issue to subsequent work later. If you are too curious and cannot wait, see πŸ‘€ Linking a pull request to an issue.

Moreover, having created the issue, we can update the issue with comments to keep collaborating stakeholders in the loop.


πŸ“š ResourcesΒΆ