Add Top Contributors Section and Contributor Details View#278
Add Top Contributors Section and Contributor Details View#278Satyamkumarnavneet wants to merge 1 commit into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🚨 Missing Issue LinkThis pull request appears to not reference any GitHub issue. As per our workflow requirements, all PRs should address an existing issue. This ensures:
How to Fix ThisPlease link this PR to an existing issue using one of these methods:
This PR will be automatically closed. Feel free to reopen it once you've linked it to an issue or added appropriate labels. Thank you for your contribution! |
This PR introduces a feature to display the top 3 contributors for the current month on the admin dashboard. It also provides detailed information about each contributor, including PRs created, merged, lines added, and other GitHub activity metrics.
Changes:
Frontend (HTML/JavaScript):
Backend (Views & URLs):
New Templates:
all_contributors.html) and individual contributor details (contributor_detail.html).API Calls:
Additional Notes:
dependabot).