You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
descriptionList: `Rank is based on the total number of stars across repositories owned by a user.`,
13
-
descriptionProfile: `Counts stars on repositories owned by the profile. The ranking includes only profiles that have at least one repository with ${MIN_VALUE} or more stars.`,
16
+
descriptionProfile: `Counts stars on repositories owned by the profile. The ranking includes only profiles that have at least one repository with ${MIN_VALUE}+ stars.`,
14
17
entityName: 'star',
15
18
notRankedMessage: `A profile must own at least one repository with ${MIN_VALUE}+ stars to be ranked.`,
descriptionList: 'Ranks count stars from repos where a developer has merged PRs — excluding their own.',
20
23
descriptionProfile: `Counts stars on repos owned by others with merged PRs from this profile. Listed only if it has contributed to at least one repo with ${MIN_VALUE}+ stars.`,
21
24
entityName: 'star',
22
-
notRankedMessage: `To be ranked, you need a merged PR in a repository with ${MIN_VALUE}+ stars.`,
25
+
notRankedMessage: `Profiles need a merged PR in a repo with ${MIN_VALUE}+ stars to be ranked.`,
23
26
},
24
27
f: {
25
28
title: 'Followers rank',
26
29
descriptionList: 'Rank is based on the number of followers the user has on GitHub.',
27
-
descriptionProfile: `Counts users who follow this profile. The ranking includes only profiles that have at least ${MIN_VALUE} followers.`,
30
+
descriptionProfile: `Counts users who follow this profile. The ranking includes only profiles that have ${MIN_VALUE}+ followers.`,
28
31
entityName: 'follower',
29
32
notRankedMessage: `A profile needs at least ${MIN_VALUE} followers to be ranked.`,
description={`Below is the detailed breakdown of tiers and levels for the ${title}ing. It shows the rank range and the minimum score needed to earn each tier and level, based on today’s ${(
51
+
rankedCount||0
52
+
).toLocaleString(
53
+
'en-US',
54
+
)} tracked profiles. The minimum score needed to reach each tier or level depends on the specific ranking and is updated weekly on Mondays.`}
0 commit comments