Open Issues Need Help
View All on GitHubAI Summary: This issue proposes a change to the contributor leaderboard feature. Currently, the leaderboard displays all contributors, but the request is to limit this display to only the top 10 contributors. This aims to make the leaderboard more concise and focused.
A platform for learning engineering concepts in Kannada through YouTube playlists from Engineering in Kannada.
AI Summary: The task requires modifying the project to replace embedded YouTube videos with links that open the videos in a new tab. This involves changing how video URLs are handled within the React components responsible for displaying course videos, likely replacing embedded `<iframe>` elements with `<a>` tags that open the YouTube links in a new tab using the `target='_blank'` attribute.
A platform for learning engineering concepts in Kannada through YouTube playlists from Engineering in Kannada.