1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/content/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github.md
YuutaW 0f07801f35 Fix the broken Android mirror link (#902)
* Fix the broken Android mirror link

The AOSP mirror was moved some years ago, and was no longer github.com/android but rather github.com/aosp-mirror. The github.com/android organization nowadays is not a mirror.

* Change names of repo links to match actual names

I've updated the linked names of the repos to match the names of the repos that are displayed when you click through to them.

Co-authored-by: hubwriter <hubwriter@github.com>
2020-11-03 17:03:25 +00:00

3.7 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Finding ways to contribute to open source on GitHub You can find ways to contribute to open source projects on {% data variables.product.product_name %} that are relevant to you.
/articles/where-can-i-find-open-source-projects-to-work-on/
/articles/finding-interesting-projects-on-github/
/articles/about-official-github-mirrors/
/articles/about-github-mirrors/
/articles/finding-open-source-projects-on-github
/github/getting-started-with-github/finding-open-source-projects-on-github
free-pro-team
*

Discovering relevant projects

If there's a particular topic that interests you, visit github.com/topics/<topic>. For example, if you are interested in machine learning, you can find relevant projects and good first issues by visiting https://github.com/topics/machine-learning. You can browse popular topics by visiting Topics. You can also search for repositories that match a topic you're interested in. For more information, see "Searching for repositories."

If you've been active on {% data variables.product.product_name %}, you can find personalized recommendations for projects and good first issues based on your past contributions, stars, and other activities in Explore. You can also sign up for the Explore newsletter to receive emails about opportunities to contribute to {% data variables.product.product_name %} based on your interests. To sign up, see Explore email newsletter.

Keep up with recent activity from repositories you watch and people you follow in the "All activity" section of your personal dashboard. For more information, see "About your personal dashboard."

{% data reusables.support.ask-and-answer-forum %}

Finding good first issues

If you already know what project you want to work on, you can find beginner-friendly issues in that repository by visiting github.com/<owner>/<repository>/contribute. For an example, you can find ways to make your first contribution to electron/electron at https://github.com/electron/electron/contribute.

Open source projects with mirrors on {% data variables.product.prodname_dotcom %}

Some open-source projects provide mirrors on {% data variables.product.prodname_dotcom_the_website %} in addition to their official repositories, which are hosted elsewhere.

Here are a few prominent repositories that are mirrored on {% data variables.product.prodname_dotcom_the_website %}:

To set up your own mirror, you can configure a post-receive hook on your official project repository to automatically push commits to a mirror repository on {% data variables.product.product_name %}.

You can search repositories based on whether they're a mirror. To learn more, see "Searching for repositories."

Further reading