Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.71 KB

05-additional-resources.md

File metadata and controls

36 lines (25 loc) · 2.71 KB

More resources to power-up your Git and open source work

[<<PREVIOUS: How to start contributing to open source] - [Table of Contents]

Mozilla Open Leadership training

Open science links

Open source links

  • http://www.firsttimersonly.com/ try your own first contributions, then recruit others for your projects!
  • Hacktoberfest: https://hacktoberfest.digitalocean.com/ (Octobertime!) - get stickers and a t-shirt if you complete 4 pull requests for an open source project.
  • Google Summer of Code - many scientific / research projects participate.
    • Student? Learn how to work open source by contributing to an Open Source project for three months over the summer (students only): https://summerofcode.withgoogle.com/ (Applications in March-April)
    • Do you lead an open project? Apply to participate as a mentor organisation, or join an umbrella organisation. (Applications in January)

More on GitHub

Syncing forks

  • GitHub docs: Merging an upstream repository into your fork
  • StackOverflow: How to synchronize fork with original GitHub project?

Good branching models

[<<PREVIOUS: How to start contributing to open source] - [Table of Contents]