greenkeeperio / badges

:sparkles: shiny README badges
https://greenkeeper.io/
Apache License 2.0
10 stars 13 forks source link

let's add customisation for badge SVG's #16

Closed revelt closed 6 years ago

revelt commented 6 years ago

Hi!

The shields.io raised the bar allowing to customise the look of the badges, for example, make them flat and square by appending the attribute on the URL like:

https://img.shields.io/travis/codsen/ranges-sort.svg?style=flat-square

ranges-sort

However, this does not work with native Greenkeeper badges:

https://badges.greenkeeper.io/codsen/ranges-sort.svg?style=flat-square

greenkeeper

Notice the subtle difference between the two badges above.

Please implement the customisation to generate the flat and/or square SVG's upon request. Thank you.

janl commented 6 years ago

fixed in https://github.com/greenkeeperio/badges/pull/28