Skip to content

Commit 2ca4900

Browse files
committed
Refine Profile Contributions Matrix layout for clarity
- Move "Upstream ← Fork" column to rightmost position and rename to "Fork → Upstream" so directionality reads left-to-right - Split combined commit row into separate "default branch" and "gh-pages branch" rows so the matrix is self-documenting - Replace undefined "(RW)" shorthand with the standard ⓘ tooltip icon used elsewhere in the table - Clarify "Fork" column tooltip and refine the per-branch Commit tooltips
1 parent 427aa12 commit 2ca4900

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,20 @@ category:
1212

1313
## Profile Contributions Matrix
1414

15-
| **Action** | **Repository** [](## "Standalone Repository") | **Upstream ← Fork** [](## "Action was executed from a repository fork to the upstream parent repository.") | **Fork** [](## "Repository Fork") |
15+
| **Action** | **Repository** [](## "Standalone Repository") | **Fork** [](## "Fork of an existing repository") | **Fork → Upstream** [](## "Action was executed from a repository fork to the upstream parent repository.") |
1616
|:---|:---:|:---:|:---:|
17-
| Create <br><br> | 🟩 <br>[](## "Creating a new repository counts as a contribution.") | – <br><br> | 🟩 <br>[](## "Forking an existing repository counts as a contribution.") |
17+
| Create <br><br> | 🟩 <br>[](## "Creating a new repository counts as a contribution.") | 🟩 <br>[](## "Forking an existing repository counts as a contribution.") | – <br><br> |
1818
| **Contribution Channels** | | | |
19-
| Open PR [](## "PR (Pull Request)") | 🟩 | 🟩 ||
20-
| Review PR | 🟩 | 🟩 ||
21-
| 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.") to <br>Main branches [](## "The commits were made on the repository's default branch (e.g. main or master) or on the gh-pages branch (for repositories with project sites).") | 🟩 <br>[(RW)](## "Only counts as a contribution, if you are a collaborator on the repository or are a member of the organization that owns the repository.") | 🟩 <br>[](## "Only counts as a contribution, if you have opened a pull request / issue in the repository or forked the repository.") | ⬜ <br><br> |
19+
| Open PR [](## "PR (Pull Request)") | 🟩 || 🟩 |
20+
| Review PR | 🟩 || 🟩 |
21+
| 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.") to default branch [](## "The commit was made on the repository's default branch (e.g. main or master).") | 🟩 <br>[](## "Only counts as a contribution if at least one is true: you are a collaborator on the repository or a member of the organization that owns the repository; you have forked the repository; or you have opened a pull request or issue in the repository.") || 🟩 <br>[](## "Only counts as a contribution, if you have opened a pull request / issue in the repository or forked the repository.") |
22+
| 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.") to gh-pages branch [](## "The commit was made on the gh-pages branch (for repositories with project sites).") | 🟩 <br>[](## "Only counts as a contribution if at least one is true: you are a collaborator on the repository or a member of the organization that owns the repository; you have forked the repository; or you have opened a pull request or issue in the repository.") || 🟩 <br>[](## "Only counts as a contribution, if you have opened a pull request / issue in the repository or forked the repository.") |
2223
| Commit to <br>Other branches [](## "Commits on other branches except the default branch and gh-pages branch.") ||||
2324
| **Collaboration Channels** | | | |
24-
| Open Issue | 🟩 | | |
25-
| Answer Issue || | |
26-
| Open Discussion | 🟩 | | |
27-
| Answer Discussion | 🟩 | | |
25+
| Open Issue | 🟩 | | |
26+
| Answer Issue || | |
27+
| Open Discussion | 🟩 | | |
28+
| Answer Discussion | 🟩 | | |
2829

2930
## What counts as a contribution
3031

0 commit comments

Comments
 (0)