Skip to content

Commit beb209e

Browse files
committed
Polish Profile Contribution Matrix tooltips and section labels
- Rewrite the Other Repository tooltip for clarity ("where (a) you aren't a collaborator, (b) you aren't a member of the org, and (c) you haven't forked it") - Drop the comma in "Only counts, if…" → "Only counts if…" - Apply the period rule: only full sentences end with "."; fragments like "The upstream parent repository of a fork" and "Commits on other branches…" lose the trailing period - Replace the thin "Fork of an existing repository" tooltip with a proper definition: "A fork is a new repository that shares code and visibility settings with the original 'upstream' repository." - Rename the "Contribution Channels" section to "Pull Request" and drop the now-redundant tooltip on "Open PR"
1 parent 0b338f4 commit beb209e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/account-and-profile/reference/profile-contributions-reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ category:
1212

1313
## Profile Contribution Matrix
1414

15-
| | **Own Repository** [](## "You are a collaborator on the repository or are a member of the organization that owns the standalone repository.") | **Repository Fork** [](## "Fork of an existing repository") | **→ Upstream** [](## "The upstream parent repository of a fork.") | **Other Repository** [](## "Standalone Repository, which you (a) aren't a collaborator on the repository and (b) aren't a member of the organization that owns the repository and (c) haven't forked the repository.") |
15+
| | **Own Repository** [](## "You are a collaborator on the repository or are a member of the organization that owns the standalone repository.") | **Repository Fork** [](## "A fork is a new repository that shares code and visibility settings with the original 'upstream' repository.") | **→ Upstream** [](## "The upstream parent repository of a fork") | **Other Repository** [](## "A standalone repository where (a) you aren't a collaborator, (b) you aren't a member of the organization that owns it, and (c) you haven't forked it.") |
1616
|:---|:---:|:---:|:---:|:---:|
1717
| Repository Type | Standalone | Fork | Standalone | Standalone |
1818
| Create <br><br> | 🟩 <br>[](## "Creating a new repository counts as a contribution.") | 🟩 <br>[](## "Forking an existing repository counts as a contribution.") | – <br><br> | – <br><br> |
1919
| **Commit** [](## "Commits will only appear on your contributions graph if the email address used to make the commits is associated with your account on GitHub.") | | | | |
20-
| To default branch [](## "The commit was made on the repository's default branch (e.g. main or master).") | 🟩 || 🟩 | ⬜ 🟩 [](## "Only counts, if you have opened a pull request or issue in the repository.") |
21-
| To gh-pages branch [](## "The commit was made on the gh-pages branch (for repositories with project sites).") | 🟩 || 🟩 | ⬜ 🟩 [](## "Only counts, if you have opened a pull request or issue in the repository.") |
22-
| To other branches [](## "Commits on other branches except the default branch and gh-pages branch.") |||||
23-
| **Contribution Channels** | | | | |
24-
| Open PR [](## "PR (Pull Request)") | 🟩 || 🟩 | 🟩 |
20+
| To default branch [](## "The commit was made on the repository's default branch (e.g. main or master).") | 🟩 || 🟩 | ⬜ 🟩 [](## "Only counts if you have opened a pull request or issue in the repository.") |
21+
| To gh-pages branch [](## "The commit was made on the gh-pages branch (for repositories with project sites).") | 🟩 || 🟩 | ⬜ 🟩 [](## "Only counts if you have opened a pull request or issue in the repository.") |
22+
| To other branches [](## "Commits on other branches except the default branch and gh-pages branch") |||||
23+
| **Pull Request** | | | | |
24+
| Open PR | 🟩 || 🟩 | 🟩 |
2525
| Review PR | 🟩 || 🟩 | 🟩 |
2626
| **Collaboration Channels** | | | | |
2727
| Create new Issue | 🟩 || 🟩 | 🟩 |

0 commit comments

Comments
 (0)