# Project Contributions

Project Contribution tab provides you with all information related to the contributions from your organization for the project and sub projects. This tab provides you the information on the following:

* Top 10 organization commits
* Contribution to sub projects from my organization
* Organization contribution widget
* Total commits from my organization
* Bugs and enhancements identified from my organization
* Pull requests merged from my organization

## Top 10 Organization by Commits

This donut chart provides you with list of top 10 organizations contributing to a particular project in terms of commits provided by the organization. It shows the number of commits provided by top companies for a project.

![Top 10 Organization by Commits](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MgAESFs0H7zYsmTgcOZ%2F-Mi6IMRuUrLk79tCm3zn%2F-Mi6LM3bAI_efAVMhxko%2FTop%2010%20Organizations%20.png?alt=media\&token=9104ee5d-60b7-4e25-8690-e3a2a4ba48fb)

## **Contribution to the Sub Projects from My Organization**

This table provides you the list of all the sub-projects under the foundation for which your company is contributing in the form commits. This table provides you the following details:

* Sub project name
* Number of employees from your organization contributing on the sub-project
* Percentage of commits provided by your organization for the sub-project

![Contribution to Sub Projects from My Organization](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MgAESFs0H7zYsmTgcOZ%2F-Mi6L_NL0RPcp2aSByEQ%2F-Mi6QM8EIFusoKaZ2xkc%2FSubprojects%20.png?alt=media\&token=56365f6c-80cd-425a-ac58-4c1fe652f5fc)

## Organization Contribution Widget

This widget provides you with the overview information on the contributions provided from your organization on the project as well as other organization contributions for the same project. You can use this widget to compare contributions from your organization with all other organization. This widget provides you the following details:

* Total project contributions
  * Total number of commits
  * Total number of PRs raised
  * Total number of issues identified
* Total number of lines of codes contributed to the project
* Total number of Projects Actively Contributing to
* Total active employees contributing on the project

{% hint style="info" %}
You can also add up to 4 other organization to compare their contributions on the project. You have to click **+Add Organization** button to add other organization on the widget.
{% endhint %}

![Contribution Widget](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MgAESFs0H7zYsmTgcOZ%2F-Mi6k7R4BVLnHZkMaM8V%2F-Mi6m1XctGdJWNfOhnbI%2FContribution_Widget.png?alt=media\&token=bf572615-f80d-47d0-bab1-c367c8360158)

## Total Commits from My Organization

This interactive line graph provides you the number of commits provided by your organization in a particular month for a project.

![Month Wise Commits](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MgAESFs0H7zYsmTgcOZ%2F-Mi6Sb0MopgbkjkRtwiC%2F-Mi6UlcxXDZ9svRhCO4Y%2FCommits_Month.png?alt=media\&token=7652a467-566d-4509-8926-fad53361a65c)

## Bugs and Enhancements from My Organization

This interactive bar graph allows you to view issues submitted from your organization on the project on a monthly basis. When you hover over the graph, a pie chart appears which provides the number of issues based on their categorization.

You can customize the graph based on:

* All issues
* Submitted issues
* Resolved issues
* Commented issues

![Issues Submitted from my organization](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MgAESFs0H7zYsmTgcOZ%2F-Mi6Sb0MopgbkjkRtwiC%2F-Mi6fbmGsflaQFsExmc3%2FBugs_Organiation.gif?alt=media\&token=3b5fa539-042b-4a69-ab1d-bca0b22a2001)

## Pull Requests Details from My Organization

This graph provides you with information related to the PRs submitted by your organization for the project as well as all other organization on the same for the project. This graph provides you the following details related to PRs submitted by your organization and other organization:

* PRs submitted
* PRs reviewed
* PRs approved
* PRs merged

![PRs Submitted](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MgAESFs0H7zYsmTgcOZ%2F-Mi6Sb0MopgbkjkRtwiC%2F-Mi6iKOLZIfq4OS4B86A%2FPR.png?alt=media\&token=a9f80393-50ef-4aea-853a-d9569c78f3ba)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/organization-dashboard/organization-dashboard-v1/projects/project-contributions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
