codex-lv2-may-2025

Navigation

2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Current Level: 12 | 13 | 14 | 15


Lesson: Create and Assign GitHub Issues

🎯 Objective

Each team member will create at least one GitHub Issue in the shared repository to track a specific HTML-related task, and assign it to themselves or a teammate.


👣 Steps

  1. Open the Issues Tab

    • In your team repository, click on the Issues tab.
    • Click the green “New issue” button.
  2. Write a Clear Title and Description

    • Give your issue a short but specific title (see examples below).
    • In the description box, include details about what needs to be done and which file it relates to.
  3. Assign the Issue

    • On the right side of the page, click Assignees.
    • Choose your name or another group member to take responsibility for this task.
  4. Create the Issue

    • Click “Submit new issue”.
    • Return to the Issues tab to view and track open issues.
  5. Use the Issue Tracker to Follow Up

    • After the issue is resolved, return to it and close the issue.

🔧 What to Update

Each student should create an issue related to their own HTML page. Choose a small but meaningful update.

Example text you can write in your issue:

Examples of updates:

Then, assign the issue to yourself and complete the work in a new branch.


✅ Practice Check


💬 Discussion Prompt

How does using GitHub Issues help keep a group project organized and on schedule?