Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 5.79 KB

open-source.md

File metadata and controls

68 lines (41 loc) · 5.79 KB

Picture this

You've been learning how to code for a couple of months now and are tired of going through tutorial after tutorial. Just when you were about to give up on coding altogether, an angel appeared in a form of a tweet, "Try open source".

What is Open Source?

Open source is when a product's code is made available to the public, allowing people to make modifications to enhance them. This concept was found by Christine Peterson, an Executive Director at Foresight in 1998 to make this software more understandable to businesses and people who are not in tech. Want to learn more? Check out her blog post, "How I coined the term 'open source".

How can I benefit from Open Source?

In addition to growing your tech skills, participating in the open source community gives you the chance to:

  • Work with others worldwide
  • Develop your communication skills
  • Experience that you can add to your resume(CV for individuals outside North America)
  • Work you can showcase as samples on your portfolio

Do I need to know how to code to contribute?

While coding is helpful, it is not the only way you can contribute to open source projects. Click on the bullet points below to see how:

Documentation

Do you enjoy writing? Does grammar errors tick you off? Do you enjoy simplifying complex topics to people? Then, documentation is for you. This involves creating, improving, or maintaining an open source project's written resources. These are crucial to open-source projects because they make them more accessible and user-friendly, which can help attract new contributors and encourage repeat contributions.

Examples of Documentation Contributions

Need some ideas on how to do documentation contributions? Check out these examples:

Design

Do you enjoy drawing or fool around with Photoshop from time to time? Put those design skills to work! 😄 This involves creating logos and other visual assets for the project. They bring visual appeal and user-interactivity to open source projects.

Examples of Design Contributions

Need some muses to create your contribution? Check out these examples:

Marketing

If you love posting on social media, consider putting these skills in open source. This involves promoting open source projects whether it's online or in-person. These contributions help people learn more about the product, why they should use it, and how they can make it better.

Examples of Marketing Contributions

Need some marketing ideas for your contributions? Check out these examples:

How can I find a project?

Now we know it can get intimidating to find a project, but don't fret, here are some strategies that can help you find projects to start your open source journey:

  1. Use the “good first issue” label: If you’re using GitHub to search for open-source projects, they have a label called “good first issues”. It’s used by open source project owners to let people know that an issue is good for people who are new to open source or their project. If you need more ideas on how to find good issues, check out the FreeCodeCamp article, "How to Find Good First Issues On GitHub".
  2. Ask your colleagues: Consider asking them what open source projects they are involved in and what the community is like(if they have a communication channel that is). Friends + Open Source = fun times
  3. Read open source content: Whether it's a social media post or an article, these forms of content are a great way to learn about a project. They often provide details about an issue a person raised, how they solved it, and what they learned from the experience.