Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/06-working-with-pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ This is your first challenge that uses GitHub's web editor, so take a moment wit
3. Verify the **base branch** is `main` and the **compare branch** is your `fix/yourname-issueXX` branch.
4. Activate the **Create pull request** button.

> **Note:** This title only needs to make sense for this one PR. It has no bearing on later chapters - some later challenges (Chapter 7, for example) automatically open their own separate pull request with a title the automation chooses. You never need to reuse or match a title across challenges.

**You are done when:** Your PR appears in the Pull Requests list. The bot will begin running checks within about 30 seconds. Continue to Challenge 6.3.

### Challenge 6.3 Step-by-Step: Pass Required Checks
Expand Down
3 changes: 3 additions & 0 deletions html/docs/06-working-with-pull-requests.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ <h3 id="challenge-62-step-by-step-open-a-linked-pr">Challenge 6.2 Step-by-Step:
<li>Verify the <strong>base branch</strong> is <code>main</code> and the <strong>compare branch</strong> is your <code>fix/yourname-issueXX</code> branch.</li>
<li>Activate the <strong>Create pull request</strong> button.</li>
</ol>
<blockquote>
<p><strong>Note:</strong> This title only needs to make sense for this one PR. It has no bearing on later chapters - some later challenges (Chapter 7, for example) automatically open their own separate pull request with a title the automation chooses. You never need to reuse or match a title across challenges.</p>
</blockquote>
<p><strong>You are done when:</strong> Your PR appears in the Pull Requests list. The bot will begin running checks within about 30 seconds. Continue to Challenge 6.3.</p>
<h3 id="challenge-63-step-by-step-pass-required-checks">Challenge 6.3 Step-by-Step: Pass Required Checks</h3>
<p><strong>Goal:</strong> Read bot feedback, fix any issues it finds, and get all required checks to pass.</p>
Expand Down
Loading
Loading