Skip to content

Commit bd74aae

Browse files
committed
updated quickstart-for-repositories and initialize-with-readme.md
1 parent d2d0be1 commit bd74aae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

content/repositories/creating-and-managing-repositories/quickstart-for-repositories.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,19 @@ topics:
2525
{% webui %}
2626

2727
{% data reusables.repositories.create_new %}
28+
{% data reusables.repositories.owner-drop-down %}
2829
1. Type a short, memorable name for your repository. For example, "hello-world".
2930

3031
![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)
3132
1. Optionally, add a description of your repository. For example, "My first repository on {% data variables.product.github %}."
3233
{% data reusables.repositories.choose-repo-visibility %}
3334
{% data reusables.repositories.initialize-with-readme %}
35+
1. Add **.gitignore.**
36+
1. Add **license.**
3437
{% data reusables.repositories.create-repo %}
3538

39+
For more information, see [AUTOTITLE](/repositories/creating-and-managing-repositories/creating-a-new-repository).
40+
3641
Congratulations! You've successfully created your first repository, and initialized it with a _README_ file.
3742

3843
{% endwebui %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. Select **Initialize this repository with a README**.
1+
1. Select **Add README**.

0 commit comments

Comments
 (0)