Description
Create a chart to display the most active contributors based on the number of commits. This will help highlight key contributors to the project over time.
📊 Chart Type
- Horizontal bar chart (preferred for readability)
- Optionally show additional data like additions, deletions, or PRs
🧾 Data Requirements
- Source: GitHub API (
/repos/:owner/:repo/contributors) or Git log
- Fields needed:
- Contributor name or username
- Number of commits
- (Optional) Lines added/deleted
✅ Tasks
Description
Create a chart to display the most active contributors based on the number of commits. This will help highlight key contributors to the project over time.
📊 Chart Type
🧾 Data Requirements
/repos/:owner/:repo/contributors) or Git log✅ Tasks