Moar things you can do with GitHub
Friendly Github Workshop
April 2017 - Cambridge, UK
Lead your own open source project
These special files are really useful for new contributors:
README
Basics of README.md
in your root directory, all caps, in markdown (.md)
The Almighty README:
It is a file (.md) with text in it that describes:
CONTRIBUTING
Basics of CONTRIBUTING.md
in your root directory, all caps, in markdown (.md)
HOW?
HOW?
HOW?
HOW?
HOW?
Link appears when you contribute
CODE OF CONDUCT
https://www.flickr.com/photos/mozfest/22455631157/in/album-72157658649418943/
code of conduct (n).
a set of rules outlining the social norms & rules & responsibilities of an individual project, party or organization.
Basics of CODEOFCONDUCT.md
in your root directory, all caps, in markdown (.md)
getting started ...
LICENSE
Basics of LICENSE.md
in your root directory, all caps, in markdown (.md)
Finding the right license for you:
Don’t want to license?
Host a website
The special branch called gh-pages hosts a static website for you!
You’re also hosting the webpage through your fork!
Under settings you can setup the GitHub pages
Website for this course is hosted via gh-pages!
In fact - you’re hosting a site now too!
The special branch called gh-pages hosts a static website for you!
You’re also hosting the webpage through your fork!
Private Repositories
https://education.github.com/ to request unlimited private repositories
The World is your Oyster
Thank you!
Questions on the etherpad or as issues to the workshop repository!
Friendly Github Workshop
April 2017 - Cambridge, UK