From bd74aaedbc80718c9bf9b044a3324fa0d407e031 Mon Sep 17 00:00:00 2001 From: VimalaMoger Date: Tue, 7 Oct 2025 14:17:48 -0500 Subject: [PATCH 1/3] updated quickstart-for-repositories and initialize-with-readme.md --- .../quickstart-for-repositories.md | 5 +++++ data/reusables/repositories/initialize-with-readme.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md b/content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md index f2c38b492842..130d4c0ea8c9 100644 --- a/content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md +++ b/content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md @@ -25,14 +25,19 @@ topics: {% webui %} {% data reusables.repositories.create_new %} +{% data reusables.repositories.owner-drop-down %} 1. Type a short, memorable name for your repository. For example, "hello-world". ![Screenshot of the first step in creating a repository. The "Repository name" field contains the text "hello-world" and is outlined in dark orange.](/assets/images/help/repository/create-repository-name.png) 1. Optionally, add a description of your repository. For example, "My first repository on {% data variables.product.github %}." {% data reusables.repositories.choose-repo-visibility %} {% data reusables.repositories.initialize-with-readme %} +1. Add **.gitignore.** +1. Add **license.** {% data reusables.repositories.create-repo %} +For more information, see [AUTOTITLE](/repositories/creating-and-managing-repositories/creating-a-new-repository). + Congratulations! You've successfully created your first repository, and initialized it with a _README_ file. {% endwebui %} diff --git a/data/reusables/repositories/initialize-with-readme.md b/data/reusables/repositories/initialize-with-readme.md index 8a2367b8df89..45f054e1301c 100644 --- a/data/reusables/repositories/initialize-with-readme.md +++ b/data/reusables/repositories/initialize-with-readme.md @@ -1 +1 @@ -1. Select **Initialize this repository with a README**. +1. Select **Add README**. From 22525cdce95fe7ad8ff85e8cc5d6d8d663777dad Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Tue, 7 Oct 2025 13:27:19 -0700 Subject: [PATCH 2/3] Update data/reusables/repositories/initialize-with-readme.md --- data/reusables/repositories/initialize-with-readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/repositories/initialize-with-readme.md b/data/reusables/repositories/initialize-with-readme.md index 45f054e1301c..4ca6f781c02c 100644 --- a/data/reusables/repositories/initialize-with-readme.md +++ b/data/reusables/repositories/initialize-with-readme.md @@ -1 +1 @@ -1. Select **Add README**. +1. Toggle **Add README** to **On**. From 97e9fa23e09330e73516185b3ab380411f92a0d4 Mon Sep 17 00:00:00 2001 From: Vimala Moger <166641453+VimalaMoger@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:54:44 -0500 Subject: [PATCH 3/3] Update quickstart-for-repositories.md I want to keep the information as it is. (in quickstart-for-repositories.md file) --- .../quickstart-for-repositories.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md b/content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md index 130d4c0ea8c9..f2c38b492842 100644 --- a/content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md +++ b/content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md @@ -25,19 +25,14 @@ topics: {% webui %} {% data reusables.repositories.create_new %} -{% data reusables.repositories.owner-drop-down %} 1. Type a short, memorable name for your repository. For example, "hello-world". ![Screenshot of the first step in creating a repository. The "Repository name" field contains the text "hello-world" and is outlined in dark orange.](/assets/images/help/repository/create-repository-name.png) 1. Optionally, add a description of your repository. For example, "My first repository on {% data variables.product.github %}." {% data reusables.repositories.choose-repo-visibility %} {% data reusables.repositories.initialize-with-readme %} -1. Add **.gitignore.** -1. Add **license.** {% data reusables.repositories.create-repo %} -For more information, see [AUTOTITLE](/repositories/creating-and-managing-repositories/creating-a-new-repository). - Congratulations! You've successfully created your first repository, and initialized it with a _README_ file. {% endwebui %}