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
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
Copy file name to clipboardExpand all lines: content/account-and-profile/reference/profile-contributions-reference.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,20 @@ category:
12
12
13
13
## Profile Contributions Matrix
14
14
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.")|
16
16
|:---|:---:|:---:|:---:|
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>|
18
18
|**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.")|
22
23
| Commit to <br>Other branches [ⓘ](##"Commits on other branches except the default branch and gh-pages branch.")| ⬜ | ⬜ | ⬜ |
0 commit comments