Skip to content

Commit 6221890

Browse files
authored
added the suggested reference for the glossary to the last paragraph of the introduction section
1 parent f663ff3 commit 6221890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/get-started/quickstart/hello-world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this quickstart guide, you will:
2626
* Make changes to a file and push them to {% data variables.product.product_name %} as commits
2727
* Open and merge a pull request
2828

29-
To complete this tutorial, you need a [{% data variables.product.product_name %} account](http://github.com) and Internet access. You don't need to know how to code, use the command line, or install Git (the version control software that {% data variables.product.product_name %} is built on).
29+
To complete this tutorial, you need a [{% data variables.product.product_name %} account](http://github.com) and Internet access. You don't need to know how to code, use the command line, or install Git (the version control software that {% data variables.product.product_name %} is built on). If you have a question about any of the expressions used in this guide, head on over to the [glossary](/get-started/quickstart/github-glossary) to find out more about our terminology.
3030

3131
## Creating a repository
3232

@@ -118,7 +118,7 @@ You can even open pull requests in your own repository and merge them yourself.
118118

119119
5. Click **Create pull request**.
120120
6. Give your pull request a title and write a brief description of your changes. You can include emojis and drag and drop images and gifs.
121-
7. Optionally, to the right of your title and description, click the {% octicon "gear" aria-label="The Gear icon" %} next to **Reviewers**. **Assignees**, **Labels**, **Projects**, or **Milestone** to add any of these options to your pull request. You do not need to add any yet, but these options offer different ways to collaborate using pull requests. For more information, see "[About pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)."
121+
7. Optionally, to the right of your title and description, click the {% octicon "gear" aria-label="The Gear icon" %} next to **Reviewers**. **Assignees**, **Labels**, **Projects**, or **Milestone** to add any of these options to your pull request. You do not need to add any yet, but these options offer different ways to collaborate using pull requests. For more information, see "[About pull requests](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)."
122122
7. Click **Create pull request**.
123123

124124
Your collaborators can now review your edits and make suggestions.

0 commit comments

Comments
 (0)