Translation batch 1623365515 (#19847)
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
---
|
||||
title: Finding ways to contribute to open source on GitHub
|
||||
intro: 'You can find ways to contribute to open source projects on {% data variables.product.product_name %} that are relevant to you.'
|
||||
redirect_from:
|
||||
- /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
|
||||
- /github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
topics:
|
||||
- Open Source
|
||||
---
|
||||
|
||||
### 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](https://github.com/topics). You can also search for repositories that match a topic you're interested in. For more information, see "[Searching for repositories](/articles/searching-for-repositories#search-by-topic)."
|
||||
|
||||
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](https://github.com/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](https://github.com/explore/subscribe).
|
||||
|
||||
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](/articles/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.
|
||||
|
||||
### Opening an issue
|
||||
|
||||
If you encounter a bug in an open source project, check if the bug has already been reported. If the bug has not been reported, you can open an issue to report the bug according to the project's contribution guidelines.
|
||||
|
||||
### Validating an issue or pull request
|
||||
|
||||
There are a variety of ways that you can contribute to open source projects.
|
||||
|
||||
#### Reproducing a reported bug
|
||||
You can contribute to an open source project by validating an issue or adding additional context to an existing issue.
|
||||
|
||||
#### Testing a pull request
|
||||
You can contribute to an open source project by merging a pull request into your local copy of the project and testing the changes. Add the outcome of your testing in a comment on the pull request.
|
||||
|
||||
#### Updating issues
|
||||
You can contribute to an open source project by adding additional information to existing issues.
|
||||
|
||||
|
||||
### Дополнительная литература
|
||||
|
||||
- "[Classifying your repository with topics](/articles/classifying-your-repository-with-topics)"
|
||||
- "[About your organization dashboard](/articles/about-your-organization-dashboard)"
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: Following people
|
||||
intro: 'You can follow people on {% data variables.product.product_name %} to receive notifications about their activity{% if currentVersion == "free-pro-team@latest" %} and discover projects in their communities{% endif %}.'
|
||||
redirect_from:
|
||||
- /articles/following-people
|
||||
- /github/getting-started-with-github/following-people
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
github-ae: '*'
|
||||
topics:
|
||||
- Profile
|
||||
---
|
||||
|
||||
When you follow people, you'll see their public activity in the activity view of your news feed.{% if currentVersion == "free-pro-team@latest" %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you in the discovery view of your news feed.{% endif %} To follow someone, visit their profile page and click **Follow** under their profile image.
|
||||
|
||||

|
||||
|
||||
To stop following someone, visit their profile page and click **Unfollow** under their profile image.
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
### Дополнительная литература
|
||||
|
||||
- "[Saving repositories with stars](/articles/saving-repositories-with-stars/)"
|
||||
- "[Finding ways to contribute to open source on {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)"
|
||||
{% endif %}
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Exploring projects on GitHub
|
||||
intro: 'Discover interesting projects on {% data variables.product.product_name %} and contribute to open source by collaborating with other people.'
|
||||
redirect_from:
|
||||
- /categories/stars/
|
||||
- /categories/87/articles/
|
||||
- /categories/exploring-projects-on-github/
|
||||
- /articles/exploring-projects-on-github
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
github-ae: '*'
|
||||
topics:
|
||||
- Projects
|
||||
children:
|
||||
- /finding-ways-to-contribute-to-open-source-on-github
|
||||
- /saving-repositories-with-stars
|
||||
- /following-people
|
||||
---
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
title: Saving repositories with stars
|
||||
intro: 'You can star repositories and topics to keep track of projects you find interesting{% if currentVersion == "free-pro-team@latest" %} and discover related content in your news feed{% endif %}.'
|
||||
redirect_from:
|
||||
- /articles/stars/
|
||||
- /articles/about-stars/
|
||||
- /articles/browsing-friends-stars/
|
||||
- /articles/managing-your-stars/
|
||||
- /articles/saving-repositories-with-stars
|
||||
- /github/getting-started-with-github/saving-repositories-with-stars
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
github-ae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
---
|
||||
|
||||
You can search, sort, and filter your starred repositories and topics on your {% data variables.explore.your_stars_page %}.
|
||||
|
||||
### About stars
|
||||
|
||||
Starring makes it easy to find a repository or topic again later. You can see all the repositories and topics you have starred by going to your {% data variables.explore.your_stars_page %}.
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
You can star repositories and topics to discover similar projects on {% data variables.product.product_name %}. When you star repositories or topics, {% data variables.product.product_name %} may recommend related content in the discovery view of your news feed. For more information, see "[Finding ways to contribute to open source on {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)".
|
||||
{% endif %}
|
||||
|
||||
Starring a repository also shows appreciation to the repository maintainer for their work. Many of {% data variables.product.prodname_dotcom %}'s repository rankings depend on the number of stars a repository has. In addition, [Explore](https://github.com/explore) shows popular repositories based on the number of stars they have.
|
||||
|
||||
### Starring a repository
|
||||
|
||||
Starring a repository is a simple two-step process.
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
1. In the top-right corner of the page, click **Star**. 
|
||||
1. Optionally, to unstar a previously starred repository, click **Unstar**. 
|
||||
|
||||
### Searching stars
|
||||
|
||||
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
|
||||
|
||||
1. Go to your {% data variables.explore.your_stars_page %}.
|
||||
1. Use the search bar to find your starred repositories or topics by their name. 
|
||||
|
||||
The search bar only searches based on the name of a repository or topic, and not on any other qualifiers (such as the size of the repository or when it was last updated).
|
||||
|
||||
### Sorting and filtering stars
|
||||
|
||||
You can use sorting or filtering to customize how you see starred repositories and topics on your stars page.
|
||||
|
||||
1. Go to your {% data variables.explore.your_stars_page %}.
|
||||
1. To sort stars, select the **Sort** drop-down menu, then select **Recently starred**, **Recently active**, or **Most stars**. 
|
||||
1. To filter your list of stars based on their language, click on the desired language under **Filter by languages**. 
|
||||
1. To filter your list of stars based on repository or topic, click on the desired option. 
|
||||
|
||||
### Дополнительная литература
|
||||
|
||||
- "[Classifying your repository with topics](/articles/classifying-your-repository-with-topics)"
|
||||
Reference in New Issue
Block a user