diff --git a/_articles/get-your-project-online/project-set-up-for-collaboration-with-github.md b/_articles/get-your-project-online/project-set-up-for-collaboration-with-github.md index 663ae29..01ebcac 100644 --- a/_articles/get-your-project-online/project-set-up-for-collaboration-with-github.md +++ b/_articles/get-your-project-online/project-set-up-for-collaboration-with-github.md @@ -68,6 +68,7 @@ For more on GitHub and what the platform can do, see our list of Resources and T - [Try GitHub](https://try.github.io) - Interactive Tutorial to learn GitHub - [Git Tutorial](https://www.atlassian.com/git/tutorials/) - Illustrated Git Tutorial - [GitHub Guides](https://guides.github.com/) - General guides authored by GitHub +- [GitHub Help](https://help.github.com/) - General FAQ authored by GitHUb - [Creating an Issue](https://help.github.com/articles/creating-an-issue/) - GitHub authored article on how to create an issue - [Mastering Issues](https://guides.github.com/features/issues/) - Issues are a great way to keep track of tasks, enhancements, and bugs for your projects - [Adding Existing Projects to GitHub](https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/) - Learn how to add existing projects to GitHub using the command line @@ -77,5 +78,4 @@ For more on GitHub and what the platform can do, see our list of Resources and T - [Renaming a remote](https://help.github.com/articles/renaming-a-remote/) - Learn how to rename an existing remote - [Working with remote](https://help.github.com/articles/renaming-a-remote/) - Git Basics-Working with remote - Now that your project is on GitHub, it’s ready to be shared widely. In the final module of this section, you’ll learn about licenses for sharing an open project.