Revise contributor rankings
commjoen opened this issue · 4 comments
commjoen commented
Everyone is a top-contributor now, which does not discern folks who did a lot more than others.
Let's revise this and have top and normal contributors.
Top-contributor: additions above 1000 in git (including ctf-party and binaries repo :D )
Contributor; anything above 0.
Idea would be to automate this with a script which can run on MacOS and Linux and should have the following steps:
- enumerate the amount of contributions per user found in wrongsecrets/wrongsecrets-ctf-party/wrongsecrets-binaries
- for every user that has more commits than 100: add to top-contributor, otherwise add to contributor
- add "Special thanks" and "tester" listing as hardcoded part of the script
- based on the above: generate a markdown and html overview that can replace current snippets in readme.md and welcome.html.
bendehaan commented
Agreed!
commjoen commented
Idea would be to automate this with a script:
- enumerate the amount of contributiosn per user found in wrongsecrets/wrongsecrets-ctf-party/wrongsecrets-binaries
- for every user that has more commits than 100: add to top-contributor, otherwise add to contributor
- add "Special thanks" and "tester" listing as hardcoded part of teh script
- based on the above: generate a markdown and html overview that can replace current snippets in readme.md and home.html.
commjoen commented
This task is free for anyone to pickup ;-)
roddas commented
I'm working on it, assign me please.