From 7e05142d3c002e68227c5fa6462449d10d88f2c1 Mon Sep 17 00:00:00 2001 From: Naramala Siva Vekata Pavan Date: Fri, 31 May 2024 01:19:35 +0530 Subject: [PATCH 1/2] Fix 33212 moved period inside the quotation marks (#33235) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../exploring-projects-on-github/contributing-to-a-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/exploring-projects-on-github/contributing-to-a-project.md b/content/get-started/exploring-projects-on-github/contributing-to-a-project.md index 188b58d0c7..df7832fa45 100644 --- a/content/get-started/exploring-projects-on-github/contributing-to-a-project.md +++ b/content/get-started/exploring-projects-on-github/contributing-to-a-project.md @@ -33,7 +33,7 @@ This tutorial uses [the Spoon-Knife project](https://github.com/octocat/Spoon-Kn ![Screenshot of the main page of repository. A button, labeled with a fork icon and "Fork 59.3k," is outlined in dark orange.](/assets/images/help/repository/fork-button.png) 1. Under "Owner," select the dropdown menu and click an owner for the forked repository. - >[!NOTE] If your username is grayed out, it's because the fork already exists. Instead, you should bring your existing fork up to date. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork#syncing-a-fork-branch-from-the-web-ui)". + >[!NOTE] If your username is grayed out, it's because the fork already exists. Instead, you should bring your existing fork up to date. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork#syncing-a-fork-branch-from-the-web-ui)." 1. By default, forks are named the same as their upstream repositories. Optionally, to further distinguish your fork, in the "Repository name" field, type a name. 1. Optionally, in the "Description" field, type a description of your fork. 1. Optionally, select **Copy the DEFAULT branch only**. From ca7e3032b4884dd28a19a1bae812a2ade5e89a4b Mon Sep 17 00:00:00 2001 From: SeoHyun Kim Date: Fri, 31 May 2024 05:07:37 +0900 Subject: [PATCH 2/2] Bold interactable UI elements in forking-and-cloning-gists#cloning-gists (#33247) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../forking-and-cloning-gists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists.md b/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists.md index 7bbfa1d83c..adde636bcf 100644 --- a/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists.md +++ b/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists.md @@ -20,7 +20,7 @@ Each gist indicates which forks have activity, making it easy to find interestin If you want to make local changes to a gist and push them up to the web, you can clone a gist and make commits the same as you would with any Git repository. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/cloning-a-repository)." -To clone a gist, select the Embed dropdown menu, then click Clone via HTTPS or Clone via SSH. +To clone a gist, select the Embed dropdown menu, then click **Clone via HTTPS** or **Clone via SSH**. ![Screenshot of the "Embed" dropdown menu in GitHub Gist. The dropdown is expanded, and an option labeled “Clone via HTTPS” is outlined in dark orange.](/assets/images/help/gist/gist-clone-btn.png)