Skip to content

Commit 068ceb7

Browse files
authored
fix: incorrect description about default commit messages and pr titles (#2208)
1 parent 15400e3 commit 068ceb7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/steps/2-commit-a-file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ The following steps will guide you through the process of committing a change on
3131

3232
5. Click **Commit changes...** in the upper right corner above the contents box. A dialog will appear.
3333

34-
6. GitHub offers a simple default message, but let's change it slightly for practice. Enter `Add PROFILE.md` in the **Commit message** field.
35-
34+
6. GitHub will suggest a commit message, but let's set one ourselves for practice. Enter `Add PROFILE.md` in the **Commit message** field.
35+
3636
- A **commit message** and optional **extended description** help provide clarity for your changes. This is particularly useful when your commit involves several files.
3737

3838
<img width="400" alt="screenshot of adding a new file with a commit message" src="../images/commit-message-dialog.png">
3939

40-
6. In this lesson, we'll ignore the other fields for now and click **Commit changes**.
40+
7. In this lesson, we'll ignore the other fields for now and click **Commit changes**.
4141

42-
7. Now that you've changed a file, Mona should already be busy checking your work. Give her a moment and keep watch in the comments. You will see her respond with progress info and the next lesson.
42+
8. Now that you've changed a file, Mona should already be busy checking your work. Give her a moment and keep watch in the comments. You will see her respond with progress info and the next lesson.
4343

4444

4545
<details>

.github/steps/3-open-a-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To create a pull request automatically, click **Compare & pull request** button,
2525

2626
4. Click **Create pull request**.
2727

28-
5. Enter a title for your pull request. By default, the title will automatically be the name of your branch. For this exercise, let's edit the field to say `Add my first file`.
28+
5. Enter a title for your pull request. By default, the title will be your commit message. For this exercise, let's edit the field to say `Add my first file`.
2929

3030
6. The next field helps you provide a **description** of the changes you made. Please enter a short description of what you’ve accomplished so far. As a reminder, you have: created a new branch, created a file, and made a commit.
3131

0 commit comments

Comments
 (0)