Track pull requests reviewed and closed during the sprint
We can give out prizes for top contributors.
I'm interested in writing a web app to automatically track and display progress during the sprint. Or if folks know of an existing tool, please do share.
What are we tracking?
- number of pr reviews by each core dev
- number of PR merged/rejected
- number of PR comments
Is this just for CPython repo, or for other repos as well? (like devguide, peps, all the bots, etc?)
In the past core developer sprint, I developed a simple app to do this that could be reused/extended. We hand out some posters as prizes and we had the webpage open in one screen showing the progress. You can find it out here:
https://github.com/pablogsal/cpython_leaderboard
Thanks for pointing out the repo. What's the license for that codebase?
Thanks for pointing out the repo. What's the license for that codebase?
Is MIT licensed (I just added the file)