1
0
mirror of synced 2025-12-23 03:44:00 -05:00

updating content files

This commit is contained in:
Grace Park
2021-06-14 12:06:52 -07:00
parent 850ab9ccb4
commit 6f7e4f50dc
1154 changed files with 6299 additions and 6267 deletions

View File

@@ -14,7 +14,7 @@ versions:
topics:
- Open Source
---
### Discovering relevant projects
## 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)."
@@ -24,29 +24,29 @@ Keep up with recent activity from repositories you watch and people you follow i
{% data reusables.support.ask-and-answer-forum %}
### Finding good first issues
## 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
## 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
## Validating an issue or pull request
There are a variety of ways that you can contribute to open source projects.
#### Reproducing a reported bug
### 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
### 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
### Updating issues
You can contribute to an open source project by adding additional information to existing issues.
### Further reading
## Further reading
- "[Classifying your repository with topics](/articles/classifying-your-repository-with-topics)"
- "[About your organization dashboard](/articles/about-your-organization-dashboard)"

View File

@@ -18,7 +18,7 @@ When you follow people, you'll see their public activity in the activity view of
To stop following someone, visit their profile page and click **Unfollow** under their profile image.
{% if currentVersion == "free-pro-team@latest" %}
### Further reading
## Further reading
- "[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)"

View File

@@ -17,7 +17,7 @@ topics:
---
You can search, sort, and filter your starred repositories and topics on your {% data variables.explore.your_stars_page %}.
### About stars
## 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 %}.
@@ -27,7 +27,7 @@ You can star repositories and topics to discover similar projects on {% data var
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
Starring a repository is a simple two-step process.
@@ -37,7 +37,7 @@ Starring a repository is a simple two-step process.
1. Optionally, to unstar a previously starred repository, click **Unstar**.
![Untarring a repository](/assets/images/help/stars/unstarring-a-repository.png)
### Searching stars
## 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.
@@ -47,7 +47,7 @@ You can use the search bar on your {% data variables.explore.your_stars_page %}
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
## Sorting and filtering stars
You can use sorting or filtering to customize how you see starred repositories and topics on your stars page.
@@ -59,6 +59,6 @@ You can use sorting or filtering to customize how you see starred repositories a
1. To filter your list of stars based on repository or topic, click on the desired option.
![Filter stars by topic](/assets/images/help/stars/stars_filter_topic.png)
### Further reading
## Further reading
- "[Classifying your repository with topics](/articles/classifying-your-repository-with-topics)"