ctfs / write-ups-2016

Wiki-like CTF write-ups repository, maintained by the community. 2016
1.61k stars 503 forks source link

Add shield badges #240

Open abpolym opened 8 years ago

abpolym commented 8 years ago

http://shields.io/

An example would be pwntools repo.

We can add:

ghost commented 8 years ago

I added a few basic ones to my fork. Let me know what you think.

abpolym commented 8 years ago

@tjgerot Looks good to me :)

ghost commented 7 years ago

@abpolym I think I can create a coverage shield, but what data should be used to calculate coverage? I can pull from this repo's issues, PRs, projects, or even code in the repo, but I'm not sure what should be our measure for coverage?

dhanvi commented 7 years ago

I would say having at-least one external link can be taken as covered

for example if the repo has 10 challenges and 8 of them has external writeup links then the coverage should be 80%

or we can define the coverage based on internal write-ups, but this percentage looks very small

or may be we can have two different coverage

or the one I strongly recommend is that just close this issue as time we spend on these badges is not worth it, instead we should focus on writing the internal writeups

ghost commented 7 years ago

Added coverage shields to root README. Let me know if you want any changes in the badges or their placement in the file.