My PRs are not showing in the leaderboard today. #3510
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hello @ParnaRoyChowdhury777, I want to address some concerns regarding the contributor scores for our project during GSSoC'24. Unfortunately, any contributions made before June 4th were not counted due to an issue with the project's queue being full. On June 4th, I made the necessary changes and set up the deployment for our site on GitHub. As a result, contributions made after June 4th are being properly counted towards your scores. Thank you for your understanding and continued contributions! Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hey @ParnaRoyChowdhury777, please check out your issues and Q&A on GSSoC24/Contributor#505. |
Beta Was this translation helpful? Give feedback.
-
Hi @ParnaRoyChowdhury777, to calculate the score for your leaderboard, you'll need to add something to those files and then try it out at the bottom. Here is the code you need to include for your author profile in the documentation: ---
<h2>Authors:</h2>
<div style={{display: 'flex', flexWrap: 'wrap', justifyContent: 'space-between', gap: '10px'}}>
{['github_username'].map(username => (
<Author key={username} username={username} />
))}
</div> and for showcase, you can reupload your project image and create PRs and mention prev... PRs link I will again merge with same levels |
Beta Was this translation helpful? Give feedback.
Hello @ParnaRoyChowdhury777,
I want to address some concerns regarding the contributor scores for our project during GSSoC'24. Unfortunately, any contributions made before June 4th were not counted due to an issue with the project's queue being full.
On June 4th, I made the necessary changes and set up the deployment for our site on GitHub. As a result, contributions made after June 4th are being properly counted towards your scores.
Thank you for your understanding and continued contributions!
Best regards,
@ajay-dhangar