> For the complete documentation index, see [llms.txt](https://github.highlight.ink/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://github.highlight.ink/hello-world/create-a-repository.md).

# 创建一个仓库

**仓库**通常用于组织单个项目。仓库可以包含文件夹和文件，图像，视频，电子表格和数据集——你的项目需要的任何内容。我们建议包括一个 *README*，或者一个包含项目信息的文件。GitHub 可以在创建新仓库的同时方便地添加一个信息文件。*它还提供其他常见选项，例如许可证文件。*

你的 `hello-world` 仓库可以成为一个你想存放点子，资源，甚至与其他人分享和讨论事物的地方。

#### 创建一个新仓库

1. 在右上角，你头像的旁边，点击 + 号图标然后选择 **New repository。**
2. 仓库命名为`hello-world`。
3. 为仓库写简介。
4. 选择 **Initialize this repository with a README（使用一个 README 文件初始化此仓库）**。

![创建一个新仓库](https://guides.github.com/activities/hello-world/create-new-repo.png)

点击 **Create repository**。
