Skip to content

Commit 0b338f4

Browse files
committed
Split Repository column into "Own" and "Other" in Profile Contribution Matrix
- Rename "Profile Contributions Matrix" → "Profile Contribution Matrix" and update the inbound link in troubleshooting-missing-contributions.md - Shorten the Fork→Upstream column header to "→ Upstream" with a clearer location-based tooltip - Rename "Repository" → "Own Repository" with a precise tooltip; rename "Fork" → "Repository Fork" - Add a rightmost "Other Repository" column whose tooltip spells out the (a)/(b)/(c) exclusions - Use ⬜ 🟩 + ⓘ in Other Repository commit cells to convey "default doesn't count, only counts if you've opened a PR/issue" - Add a Repository Type row labeling each column as Standalone or Fork; clear the redundant "Action" header label - Mirror Own Repository values into → Upstream for the four Collaboration Channels rows - Remove the now-misleading multi-condition tooltip from Own Repository commit cells - Remove the redundant conditional tooltip from → Upstream commit cells
1 parent d563956 commit 0b338f4

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

content/account-and-profile/how-tos/contribution-settings/troubleshooting-missing-contributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If your commits are in a non-default or non-`gh-pages` branch and you'd like the
6262
> [!WARNING]
6363
> Changing the default branch of the repository will change it for all repository collaborators. Only do this if you want the new branch to become the base against which all future pull requests and commits will be made.
6464
65-
Refer to the [Profile Contributions Matrix](/account-and-profile/reference/profile-contributions-reference) for further details.
65+
Refer to the [Profile Contribution Matrix](/account-and-profile/reference/profile-contributions-reference) for further details.
6666

6767
## Commit was made in a fork
6868

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

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,24 @@ category:
1010
- Track your contributions
1111
---
1212

13-
## Profile Contributions Matrix
14-
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-
|:---|:---:|:---:|:---:|
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-
| **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.") | | | |
19-
| 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:&#10;(a) You are a collaborator on the repository or are a member of the organization that owns the repository.&#10;(b) You have forked the repository.&#10;(c) 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.") |
20-
| 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:&#10;(a) You are a collaborator on the repository or are a member of the organization that owns the repository.&#10;(b) You have forked the repository.&#10;(c) 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.") |
21-
| To other branches [](## "Commits on other branches except the default branch and gh-pages branch.") ||||
22-
| **Contribution Channels** | | | |
23-
| Open PR [](## "PR (Pull Request)") | 🟩 || 🟩 |
24-
| Review PR | 🟩 || 🟩 |
25-
| **Collaboration Channels** | | | |
26-
| Create new Issue | 🟩 |||
27-
| Comment on Issue ||||
28-
| Start new Discussion | 🟩 |||
29-
| Answer Discussion | 🟩 |||
13+
## Profile Contribution Matrix
14+
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.") |
16+
|:---|:---:|:---:|:---:|:---:|
17+
| Repository Type | Standalone | Fork | Standalone | Standalone |
18+
| 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> |
19+
| **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)") | 🟩 || 🟩 | 🟩 |
25+
| Review PR | 🟩 || 🟩 | 🟩 |
26+
| **Collaboration Channels** | | | | |
27+
| Create new Issue | 🟩 || 🟩 | 🟩 |
28+
| Comment on Issue |||||
29+
| Start new Discussion | 🟩 || 🟩 | 🟩 |
30+
| Answer Discussion | 🟩 || 🟩 | 🟩 |
3031

3132
## What counts as a contribution
3233

0 commit comments

Comments
 (0)