From a2d226ff4c1d05df3503ef0c51e7acb09bd6df34 Mon Sep 17 00:00:00 2001 From: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:05:34 +0100 Subject: [PATCH] Update understanding-connections-between-repositories.md | Capitalize list lines in understanding-connections-between-repositories. (#35244) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- ...erstanding-connections-between-repositories.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md b/content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md index 900adbdd97bc..74acb2e09f47 100644 --- a/content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md +++ b/content/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories.md @@ -44,13 +44,14 @@ The network graph displays the branch history of the entire repository network, ## 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: + +* 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.