You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ Some courses will require knowledge of [GitHub CLI](https://cli.github.com/manua
52
52
-[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.
53
53
-[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.
54
54
-[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).
0 commit comments