Anatomy of a Pull Request

Objective: Anatomy of a Pull Request

Welcome to Anatomy of a Pull Request!

In this micro-quest, you will examine your newly created Pull Request page and identify its key components: the title/description, the conversation tab, the commits tab, and the 'Files changed' tab.

Check Spec: Your Pull Request Page

The 'specification' for this micro-quest is the Pull Request page you just created on your Git hosting platform (like GitHub).

Before proceeding, ensure you have navigated to the page for the Pull Request you created in the previous micro-quest.

Implement: Explore the PR Interface

Now, let's explore the different sections of the Pull Request page.

Step by step checklist:

  1. Locate the main title and description area of the Pull Request.
  2. Find the 'Conversation' tab and observe its content.
  3. Find the 'Commits' tab and see the list of commits included in the PR.
  4. Find the 'Files changed' tab and see the difference view of the code.

The following documentation sections are going to be helpful:

  • Anatomy of a Pull Request

Validate: Components Identified

You have successfully completed the implementation step if you were able to locate and identify the four key components of the Pull Request page:

Verification Results:

  • ✅ Title and Description area
  • ✅ Conversation Tab
  • ✅ Commits Tab
  • ✅ Files changed Tab All verification steps passed!

Documentation

Documentation not available for PY-1.4-BP3.