---
title: "Viewing user contributions on profile pages"
canonical: "https://support.appfire.com/space/GRAPH/150372606/Viewing%20user%20contributions%20on%20profile%20pages"
format: markdown
---
> Macro (aura-html)

Charts & Graphs for Bitbucket will allow you to view your contributions on your profile page, as well as other users contributions on their profile page over the course of the last year.

![image](media://3da6c33f-4007-436a-8ccd-727dd94f50b5)

- To view user contributions, go to the users' profile page and click the **Contributions **tab.
- Hovering over each box will show you the number of contributions made in that day
- Contributions start 1 year before the current day

## Who can view my contributions?

- Only contributions that the user has permission to view are shown on the respective profile page

## What counts as a contribution?

- Any commit made to any repository that has the same email that's linked on your Bitbucket profile.
- Merge commits **do not** act as contributions.

## How contribution times are calculated

- Commits are categorized using there time zone information within the commit timestamp.

## <span style="color: #172b4d">How the contributions are matched with the user</span>

- <span style="color: #172b4d">The plugin uses email to match Bitbucket user and commit author. So, there will be no entries if email associated with Bitbucket user doesn't match email of commit author. </span>  
<span style="color: #172b4d">Bitbucket doesn't show emails of commit authors in UI so it may be required to clone repository and use git commands like </span>`git log`<span style="color: #172b4d"> or </span>`git config user.email`<span style="color: #172b4d">** **</span><span style="color: #172b4d">to show user email.</span>