Skip to content

Commit 9ef84fe

Browse files
authored
Update quickstart.md
1 parent ee53087 commit 9ef84fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Some courses will require knowledge of [GitHub CLI](https://cli.github.com/manua
5252
- [Enable the automatically delete head branches](https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches) setting.
5353
- [Add a LICENSE file to your repository](https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository). GitHub uses Creative Commons Attribution 4.0 International.
5454
- [Add a `.gitignore` file](https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files). You can see an [example `.gitignore`](https://github.com/githublearn/introduction-to-github/blob/main/.gitignore). We recommend at minimum ignoring operating system generated files.
55+
- Include `learn-course` in the [repository topics](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics).
5556

5657
## Writing your README
5758

0 commit comments

Comments
 (0)