Skip to content

Latest commit

 

History

History
104 lines (69 loc) · 7.47 KB

File metadata and controls

104 lines (69 loc) · 7.47 KB
 
Sep 27, 2020
Sep 27, 2020
1
2
---
title: Why are my contributions not showing up on my profile?
Oct 15, 2021
Oct 15, 2021
3
intro: Learn common reasons that contributions may be missing from your contributions graph.
Sep 27, 2020
Sep 27, 2020
4
5
redirect_from:
- /articles/why-are-my-contributions-not-showing-up-on-my-profile
May 19, 2021
May 19, 2021
6
- /github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile
Aug 24, 2021
Aug 24, 2021
7
- /github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile
Jun 9, 2022
Jun 9, 2022
8
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile
Sep 27, 2020
Sep 27, 2020
9
versions:
Jun 24, 2021
Jun 24, 2021
10
11
fpt: '*'
ghes: '*'
Oct 15, 2021
Oct 15, 2021
12
ghec: '*'
Mar 17, 2021
Mar 17, 2021
13
topics:
May 1, 2021
May 1, 2021
14
- Profiles
Aug 24, 2021
Aug 24, 2021
15
shortTitle: Missing contributions
Sep 27, 2020
Sep 27, 2020
16
---
Sep 23, 2021
Sep 23, 2021
17
18
19
## About your contribution graph
Apr 24, 2024
Apr 24, 2024
20
Your profile contributions graph is a record of contributions you've made to repositories on {% data variables.product.prodname_dotcom %}. Contributions are timestamped according to Coordinated Universal Time (UTC) rather than your local time zone. Contributions are only counted if they meet certain criteria. In some cases, we may need to rebuild your graph in order for contributions to appear.
Sep 23, 2021
Sep 23, 2021
21
Mar 4, 2022
Mar 4, 2022
22
23
If you are part of an organization that uses SAML single sign-on (SSO), you won’t be able to see contribution activity from the organization on your profile if you do not have an active SSO session. People viewing your profile from outside your organization will see anonymized contribution activity of your contribution activity for your organization.
Jun 14, 2021
Jun 14, 2021
24
## Contributions that are counted
Sep 27, 2020
Sep 27, 2020
25
Jun 14, 2021
Jun 14, 2021
26
### Issues, pull requests and discussions
Sep 27, 2020
Sep 27, 2020
27
Oct 31, 2022
Oct 31, 2022
28
Issues, pull requests, and discussions will appear on your contribution graph if they were opened in a standalone repository, not a fork.
Sep 27, 2020
Sep 27, 2020
29
Jun 14, 2021
Jun 14, 2021
30
### Commits
Jun 9, 2023
Jun 9, 2023
31
Sep 27, 2020
Sep 27, 2020
32
Commits will appear on your contributions graph if they meet **all** of the following conditions:
Apr 24, 2024
Apr 24, 2024
33
- The email address used for the commits is associated with your account on {% data variables.product.prodname_dotcom %}.
Sep 27, 2020
Sep 27, 2020
34
35
36
37
38
- The commits were made in a standalone repository, not a fork.
- The commits were made:
- In the repository's default branch
- In the `gh-pages` branch (for repositories with project sites)
Feb 15, 2023
Feb 15, 2023
39
For more information on project sites, see "[AUTOTITLE](/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites)."
Sep 27, 2020
Sep 27, 2020
40
41
42
43
44
In addition, **at least one** of the following must be true:
- You are a collaborator on the repository or are a member of the organization that owns the repository.
- You have forked the repository.
- You have opened a pull request or issue in the repository.
Oct 22, 2020
Oct 22, 2020
45
Jun 14, 2021
Jun 14, 2021
46
## Common reasons that contributions are not counted
Sep 27, 2020
Sep 27, 2020
47
Oct 22, 2020
Oct 22, 2020
48
{% data reusables.pull_requests.pull_request_merges_and_contributions %}
Sep 27, 2020
Sep 27, 2020
49
Jun 14, 2021
Jun 14, 2021
50
### Commit was made less than 24 hours ago
Sep 27, 2020
Sep 27, 2020
51
52
53
After making a commit that meets the requirements to count as a contribution, you may need to wait for up to 24 hours to see the contribution appear on your contributions graph.
Jun 14, 2021
Jun 14, 2021
54
### Your local Git commit email isn't connected to your account
Sep 27, 2020
Sep 27, 2020
55
Apr 24, 2024
Apr 24, 2024
56
Commits must be made with an email address that is connected to your account on {% data variables.product.prodname_dotcom %}{% ifversion fpt or ghec %}, or the {% data variables.product.prodname_dotcom %}-provided `noreply` email address provided to you in your email settings,{% endif %} in order to appear on your contributions graph.{% ifversion fpt or ghec %} For more information about `noreply` email addresses, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address#about-commit-email-addresses)."{% endif %}
Sep 27, 2020
Sep 27, 2020
57
Mar 16, 2023
Mar 16, 2023
58
59
60
You can check the email address used for a commit by adding `.patch` to the end of a commit URL. For example, the following commit URL includes `.patch`.
[https://github.com/octocat/octocat.github.io/commit/67c0afc1da354d8571f51b6f0af8f2794117fd10.patch](https://github.com/octocat/octocat.github.io/commit/67c0afc1da354d8571f51b6f0af8f2794117fd10.patch)
Sep 27, 2020
Sep 27, 2020
61
Sep 20, 2023
Sep 20, 2023
62
```text
Sep 27, 2020
Sep 27, 2020
63
64
65
66
67
68
From 67c0afc1da354d8571f51b6f0af8f2794117fd10 Mon Sep 17 00:00:00 2001
From: The Octocat <octocat@nowhere.com>
Date: Sun, 27 Apr 2014 15:36:39 +0530
Subject: [PATCH] updated index for better welcome message
```
Jan 18, 2024
Jan 18, 2024
69
The email address in the `From:` field is the address that was set in the [local git config settings](/get-started/getting-started-with-git/set-up-git). In this example, the email address used for the commit is `octocat@nowhere.com`.
Sep 27, 2020
Sep 27, 2020
70
Apr 24, 2024
Apr 24, 2024
71
If the email address used for the commit is not connected to your account on {% data variables.product.prodname_dotcom %}, you must [add the email address](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account) to your account on {% data variables.product.prodname_dotcom %}. Your contributions graph will be rebuilt automatically when you add the new address.
Sep 27, 2020
Sep 27, 2020
72
Oct 25, 2022
Oct 25, 2022
73
74
75
76
{% ifversion fpt or ghec %}
{% note %}
**Note**: If you use a {% data variables.enterprise.prodname_managed_user %}, you cannot add additional email addresses to the account, even if multiple email addresses are registered with your identity provider (IdP). Therefore, only commits that are authored by the primary email address registered with your IdP can be associated with your {% data variables.enterprise.prodname_managed_user %}.
Sep 27, 2020
Sep 27, 2020
77
Oct 25, 2022
Oct 25, 2022
78
79
{% endnote %}
{% endif %}
Sep 27, 2020
Sep 27, 2020
80
Oct 25, 2022
Oct 25, 2022
81
Generic email addresses, such as `jane@computer.local`, cannot be added to {% data variables.product.prodname_dotcom %} accounts and linked to commits. If you've authored any commits using a generic email address, the commits will not be linked to your {% data variables.product.prodname_dotcom %} profile and will not show up in your contribution graph.
Sep 27, 2020
Sep 27, 2020
82
Jun 14, 2021
Jun 14, 2021
83
### Commit was not made in the default or `gh-pages` branch
Sep 27, 2020
Sep 27, 2020
84
Feb 15, 2023
Feb 15, 2023
85
Commits are only counted if they are made in the default branch or the `gh-pages` branch (for repositories with project sites). For more information, see "[AUTOTITLE](/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites)."
Sep 27, 2020
Sep 27, 2020
86
87
If your commits are in a non-default or non-`gh-pages` branch and you'd like them to count toward your contributions, you will need to do one of the following:
Feb 15, 2023
Feb 15, 2023
88
89
- [Open a pull request](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to have your changes merged into the default branch or the `gh-pages` branch.
- [Change the default branch](/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch) of the repository.
Sep 27, 2020
Sep 27, 2020
90
91
92
{% warning %}
Oct 15, 2021
Oct 15, 2021
93
**Warning**: 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.
Sep 27, 2020
Sep 27, 2020
94
95
96
{% endwarning %}
Jun 14, 2021
Jun 14, 2021
97
### Commit was made in a fork
Sep 27, 2020
Sep 27, 2020
98
Jan 14, 2024
Jan 14, 2024
99
Commits made in a fork will not count toward your contributions. To make them count, you must open a pull request to have your changes merged into the parent repository. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)."
Sep 27, 2020
Sep 27, 2020
100
Jun 14, 2021
Jun 14, 2021
101
## Further reading
Sep 27, 2020
Sep 27, 2020
102
Feb 15, 2023
Feb 15, 2023
103
104
- "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile)"
- "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile)"