From d06eb760617ab58a87c20828ffc2dcfb36baad11 Mon Sep 17 00:00:00 2001 From: Godwin Daniel <61164722+aeorck1@users.noreply.github.com> Date: Sat, 28 Jun 2025 10:18:37 +0100 Subject: [PATCH 1/2] Update creating-gists.md Added a clear and brief outline for step 2 in creating a gist. --- .../editing-and-sharing-content-with-gists/creating-gists.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md b/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md index b696c3a2aeac..319db3fe3e30 100644 --- a/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md +++ b/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md @@ -62,6 +62,8 @@ Follow the steps below to create a gist. 1. Sign in to {% data variables.product.github %}. 1. Navigate to your {% data variables.gists.gist_homepage %}. +1. On the top right, click on the "+" icon to create new gist. + ![Screenshot of the create new gist. Next to the nofication icon](/assets/images/help/gist/create_new_gist.png) 1. Optionally, in the "Gist description" field, type a description for your gist. 1. In the "Filename including extension" field, type a file name for your gist, including the file extensions. 1. In the file contents field, type the text of your gist. From 60ffdfb0fff823967c378bc10e81f6e4c9e767d3 Mon Sep 17 00:00:00 2001 From: Godwin Daniel <61164722+aeorck1@users.noreply.github.com> Date: Sat, 28 Jun 2025 11:06:17 +0100 Subject: [PATCH 2/2] Update creating-gists.md --- .../editing-and-sharing-content-with-gists/creating-gists.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md b/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md index 319db3fe3e30..f0058cb90e65 100644 --- a/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md +++ b/content/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists.md @@ -63,7 +63,6 @@ Follow the steps below to create a gist. 1. Sign in to {% data variables.product.github %}. 1. Navigate to your {% data variables.gists.gist_homepage %}. 1. On the top right, click on the "+" icon to create new gist. - ![Screenshot of the create new gist. Next to the nofication icon](/assets/images/help/gist/create_new_gist.png) 1. Optionally, in the "Gist description" field, type a description for your gist. 1. In the "Filename including extension" field, type a file name for your gist, including the file extensions. 1. In the file contents field, type the text of your gist.