Collaborating with GitHub
Introduction to Open Source Software Development, Dec. 19, 2017
Any questions, concerns from yesterday?
Issues
Creating Issues:
Try opening an issue on my WOW-Boston-Github Repo
Forks and Pull Requests
2. Fork + Pull Request
2. If you don’t own a repo and aren’t an official collaborator:
Fork the WOW-Boston-Github repo, make some changes (anything you can think of!) and open a pull request
On workflows
It’s good to have a clearly defined workflow
https://www.atlassian.com/git/tutorials/comparing-workflows
I like Git Flow and similar
Adding collaborators
Add collaborators
As the owner of a repo you:
Settings - add collaborators here
Click here
Add collaborator’s name here
Why and When would I add collaborators?
You add collaborators when they are a core part of your team!
What else would you like to know?