From ea5f2988594b39e4ae0e030bbbadc07d93e6cc85 Mon Sep 17 00:00:00 2001 From: Matt Hall Date: Tue, 9 Mar 2021 13:00:58 -0400 Subject: [PATCH 1/2] Clearer instructions I was unclear on how to upload a file and found the instructions oddly worded. Also fixed a missing word in 3rd 'About gists' bullet point. --- content/github/writing-on-github/creating-gists.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/github/writing-on-github/creating-gists.md b/content/github/writing-on-github/creating-gists.md index f6ca69abb93b..c91549cd13e9 100644 --- a/content/github/writing-on-github/creating-gists.md +++ b/content/github/writing-on-github/creating-gists.md @@ -33,7 +33,7 @@ If your site administrator has disabled private mode, you can also use anonymous You'll receive a notification when: - You are the author of a gist. - Someone mentions you in a gist. -- You subscribe to a gist, by clicking **Subscribe** at the top any gist. +- You subscribe to a gist, by clicking **Subscribe** at the top of any gist. {% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %} @@ -55,7 +55,7 @@ Gist supports mapping GeoJSON files. These maps are displayed in embedded gists, ### Creating a gist -You can also drag and drop a text file from your desktop directly into the gist editor. +Follow the steps below to create a gist. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} {% note %} @@ -70,7 +70,7 @@ You can also create a gist using the {% data variables.product.prodname_cli %}. 3. Type an optional description and name for your gist. ![Gist name description](/assets/images/help/gist/gist_name_description.png) -4. Type the text of your gist into the gist text box. +4. Type the text of your gist into the gist text box. Alternatively, you can drag and drop a text file from your desktop directly into the editor. ![Gist text box](/assets/images/help/gist/gist_text_box.png) 5. Optionally, to create {% if currentVersion == "github-ae@latest" %}an internal{% else %}a public{% endif %} gist, click {% octicon "triangle-down" aria-label="The downwards triangle icon" %}, then click **Create {% if currentVersion == "github-ae@latest" %}internal{% else %}public{% endif %} gist**. From f098026b4da52a94d17a00a9ee14d19c3e09f618 Mon Sep 17 00:00:00 2001 From: Sarita Iyer Date: Thu, 1 Apr 2021 10:59:22 -0400 Subject: [PATCH 2/2] moved sentence to earlier note --- content/github/writing-on-github/creating-gists.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/github/writing-on-github/creating-gists.md b/content/github/writing-on-github/creating-gists.md index c91549cd13e9..355b3203e96d 100644 --- a/content/github/writing-on-github/creating-gists.md +++ b/content/github/writing-on-github/creating-gists.md @@ -62,6 +62,8 @@ Follow the steps below to create a gist. You can also create a gist using the {% data variables.product.prodname_cli %}. For more information, see "[`gh gist create`](https://cli.github.com/manual/gh_gist_create)" in the {% data variables.product.prodname_cli %} documentation. +Alternatively, you can drag and drop a text file from your desktop directly into the editor. + {% endnote %} {% endif %} @@ -70,7 +72,7 @@ You can also create a gist using the {% data variables.product.prodname_cli %}. 3. Type an optional description and name for your gist. ![Gist name description](/assets/images/help/gist/gist_name_description.png) -4. Type the text of your gist into the gist text box. Alternatively, you can drag and drop a text file from your desktop directly into the editor. +4. Type the text of your gist into the gist text box. ![Gist text box](/assets/images/help/gist/gist_text_box.png) 5. Optionally, to create {% if currentVersion == "github-ae@latest" %}an internal{% else %}a public{% endif %} gist, click {% octicon "triangle-down" aria-label="The downwards triangle icon" %}, then click **Create {% if currentVersion == "github-ae@latest" %}internal{% else %}public{% endif %} gist**.