You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/steps/1-create-a-branch.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,23 +21,23 @@ Branches allow you to separate your work from the `main` branch. In other words,
21
21
22
22
**What is a profile README?**: A _[profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme)_ is essentially an "About me" section on your GitHub profile where you can share information about yourself with the community on GitHub.com. GitHub shows your profile README at the top of your profile page. For more information, see "[Managing your profile README](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme)".
1. Open a new browser tab and navigate to your newly made repository. Then, work on the steps in your second tab while you read the instructions in this tab.
29
29
2. Navigate to the **< > Code** tab in the header menu of your repository.
5. Click **Commit changes...** in the upper right corner above the contents box. For commits, you can enter a short commit message that describes what changes you made. This message helps others know what's included in your commit. GitHub offers a simple default message, but let's change it slightly for practice. First, enter `Add PROFILE.md` in the first text-entry field titled "Commit message".
39
39
40
-

40
+

41
41
42
42
6. In this lesson, we'll ignore the other fields and click **Commit changes**.
43
43
7. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
Copy file name to clipboardexpand all lines: .github/steps/3-open-a-pull-request.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Now that you have made a change to the project and created a commit, it’s time
18
18
19
19
You may have noticed after your commit that a message displayed indicating your recent push to your branch and providing a button that says **Compare & pull request**.
20
20
21
-

21
+

22
22
23
23
To create a pull request automatically, click **Compare & pull request**, and then skip to step 6 below. If you don't click the button, the instructions below walk you through manually setting up the pull request.
24
24
@@ -27,18 +27,18 @@ To create a pull request automatically, click **Compare & pull request**, and th
27
27
3. In the **base:** dropdown, make sure **main** is selected.
28
28
4. Select the **compare:** dropdown, and click `my-first-branch`.
29
29
30
-

30
+

31
31
32
32
5. Click **Create pull request**.
33
33
6. 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`.
34
34
7. The next field helps you provide a description of the changes you made. Here, you can add a description of what you’ve accomplished so far. As a reminder, you have: created a new branch, created a file, and made a commit.
8. Click **Create pull request**. You will automatically be navigated to your new pull request.
39
39
9. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
40
40
41
41
> [!NOTE]
42
42
> You may see evidence of GitHub Actions running on the tab with the pull request opened! The image below shows a line you might see on your pull request after the Action finishes running.
43
43
>
44
-
> 
44
+
> 
Copy file name to clipboardexpand all lines: .github/steps/4-merge-your-pull-request.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ You successfully created a pull request. You can now merge your pull request.
15
15
16
16
As noted in the previous step, you may have seen evidence of GitHub Actions running which automatically progresses your instructions to the next step. You'll have to wait for it to finish before you can merge your pull request. It will be ready when the merge pull request button is green.
17
17
18
-

18
+

19
19
20
20
### :keyboard: Activity: Merge the pull request
21
21
22
22
1. Click **Merge pull request**.
23
23
2. Click **Confirm merge**.
24
24
3. Once your branch has been merged, you don't need it anymore. To delete this branch, click **Delete branch**.
4. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
0 commit comments