Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update understanding-connections-between-repositories.md | Capitalize list lines in understanding-connections-between-repositories. #35244

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@

## Listing the forks of a repository

The{% ifversion repositories-forks-page-improvement %} forks page {% else %} Members graph {% endif %} lists the forks of a repository. {% ifversion repositories-forks-page-improvement %}For each fork, you can see:
* how many times the fork has been starred
* the number of direct forks (of the fork)
* the number of open issues
* the number of open pull requests
* when the fork was last updated (that is, the last push to any branch)
* when the fork was created
The {% ifversion repositories-forks-page-improvement %} forks page {% else %} Members graph {% endif %} lists the forks of a repository. {% ifversion repositories-forks-page-improvement %} For each fork, you can see:

Check warning on line 47 in content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md

View workflow job for this annotation

GitHub Actions / lint-content

Liquid `ifversion` (and `elsif`) should not always be true

The Liquid ifversion condition 'repositories-forks-page-improvement' includes all possible versions and will always be true.

Check warning on line 47 in content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md

View workflow job for this annotation

GitHub Actions / lint-content

Liquid `ifversion` (and `elsif`) should not always be true

The Liquid ifversion condition 'repositories-forks-page-improvement' includes all possible versions and will always be true.

* How many times the fork has been starred
* The number of direct forks (of the fork)
* The number of open issues
* The number of open pull requests
* When the fork was last updated (that is, the last push to any branch)
* When the fork was created

You can filter the list of forks to display active, inactive, starred, or archived forks, or to only display forks that have been updated within a specified time period (up to a period of five years). To view the most useful or most active forks, you can sort the list of forks by most starred forks or most recently updated forks, or by the number of open issues or open pull requests.

Expand All @@ -62,7 +63,7 @@

{% endif %}

### Accessing the {% ifversion repositories-forks-page-improvement %}forks page {% else %}Members graph{% endif %}

Check warning on line 66 in content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md

View workflow job for this annotation

GitHub Actions / lint-content

Liquid `ifversion` (and `elsif`) should not always be true

The Liquid ifversion condition 'repositories-forks-page-improvement' includes all possible versions and will always be true.

{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.accessing-repository-graphs %}
Expand All @@ -70,7 +71,7 @@

![Screenshot of the left sidebar. The "Forks" tab is highlighted with a dark orange outline.](/assets/images/help/graphs/graphs-sidebar-forks-tab.png)

{% ifversion repositories-forks-page-improvement %}

Check warning on line 74 in content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md

View workflow job for this annotation

GitHub Actions / lint-content

Liquid `ifversion` (and `elsif`) should not always be true

The Liquid ifversion condition 'repositories-forks-page-improvement' includes all possible versions and will always be true.
1. Optionally, to filter the list to display forks updated within a specified time period, click **Period**, then choose a time period from the dropdown menu. For example, to see forks that have been updated within the last two years, choose "2 years" from the dropdown menu.

![Screenshot of the forks page with filter and sort options shown. The dropdown menu, titled "Period", is highlighted with an orange outline.](/assets/images/help/graphs/repository-forks-page-period-dropdown.png)
Expand All @@ -85,7 +86,7 @@

1. Optionally, to preserve the filter values you have selected as the default filters for any time you view a forks page, click **Save Defaults**. If the currently selected filters are already the defaults, the button will be disabled and labeled as **Defaults Saved**.

![Screenshot of the forks page with filter and sort options shown. The "Defaults saved" button, which is disabled because the defaults are already saved, is highlighted with an orange outline."](/assets/images/help/graphs/repository-forks-page-save-defaults-button.png)

Check warning on line 89 in content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md

View workflow job for this annotation

GitHub Actions / lint-content

Images alternate text should be between 40-150 characters

Image alternate text is 191 characters long.

{% endif %}

Expand Down
Loading