diff --git a/ch3_pull-request/Create-PullRequest.md b/ch3_pull-request/Create-PullRequest.md index 3cd961b2..864fce2c 100644 --- a/ch3_pull-request/Create-PullRequest.md +++ b/ch3_pull-request/Create-PullRequest.md @@ -6,31 +6,31 @@ In Chapter 3 - _Teamwork and Collaborative Development_ we learn how to collabo 2. Delete the following line: - __Delete this line__ + 3. Add one or two lines here with a random text: +line 1 +line 2 - __...__ +5. Modify the following line by removing the letters that do not belong: -4. Modify the following line by removing the letters that do not belong: + __---> The cow jumped ovverr the moon__ - __---> The ccow jumpedd ovverr thhe mooon__ - -5. Commit your changes into a new _branch_: +6. Commit your changes into a new _branch_: ![Commit Changes](img/commit.png) -6. In the next screen create the pull request by completing the title and description. Note the complete markdown support that we've seen in Chapter 2 for issues: +7. In the next screen create the pull request by completing the title and description. Note the complete markdown support that we've seen in Chapter 2 for issues: ![Create pr](img/create-pr.png) Make sure that the pull request uses base:main and not the upstream repository. This should be correct by default. -7. Got to `Files changed` and note the changes (deleted lines red, added lines green). Add a comment to a line by clicking the `+`at the beginning of the line when hovering with the mouse over it. Add a comment to line nine and click `Add single comment`. +8. Got to `Files changed` and note the changes (deleted lines red, added lines green). Add a comment to a line by clicking the `+`at the beginning of the line when hovering with the mouse over it. Add a comment to line nine and click `Add single comment`. ![Comment on changes](img/comment.png) -8. Edit the file opening the menu in the top right corner and selecting `Edit file`. +9. Edit the file opening the menu in the top right corner and selecting `Edit file`. ![Edit file](img/edit-file.png)