From fc2b9eb3e6177365da2210bbc9672c12b6547a78 Mon Sep 17 00:00:00 2001 From: Tommy Williams Date: Wed, 24 Mar 2021 13:15:00 +0000 Subject: [PATCH] Updated PR GitHub guide and typos --- detective_handbook/step6.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/detective_handbook/step6.md b/detective_handbook/step6.md index 4241b5e53..8029a0c14 100644 --- a/detective_handbook/step6.md +++ b/detective_handbook/step6.md @@ -8,8 +8,8 @@ Use `man grep` to learn more about `grep` flags. -# Making a pull request on Github +# Making a pull request on GitHub -You forked a repo, cloned it to your computer, made some changes committed and pushed them back to Github. Now if you want to submit those changes back to the original repo you would need to make a Pull Request. The maintainers of the original repo can review your changes and decide if they want to merge them. +You forked a repo, cloned it to your computer, made some changes committed and pushed them back to GitHub. Now if you want to submit those changes back to the original repo you would need to make a pull request (PR). The maintainers of the original repo can review your changes and decide if they want to merge them. -Refer to the [Github guide](https://help.github.com/articles/creating-a-pull-request/) to learn how to make a pull request. +Refer to the [GitHub guide](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) to learn how to make a pull request.