Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion data/reusables/repositories/initialize-with-readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1. Select **Initialize this repository with a README**.
1. Select **Add README**.
Comment thread
Sharra-writes marked this conversation as resolved.
Outdated
Loading