Graqr / Threshr

java sdk for target's grocery api
GNU General Public License v3.0
1 stars 2 forks source link

README badges aren't consistently styled #8

Closed Jonathan-Zollinger closed 9 months ago

Jonathan-Zollinger commented 9 months ago

Current Behavior

the first badge Java CI with Maven has what shields.io calls 'plastic' whereas the rest are shields' default style.

We want to be sure this isn't a one-off problem.

Expected Behavior

all badges have the same style. the sheilds badges would just need to be changed to include ?style=plastic after the main query (before any link)

GOOD:

![GitHub issues by-label](https://img.shields.io/github/issues/PeanutButter-Unicorn/Tarvester/help%20wanted?style=plastic&link=https%3A%2F%2Fgithub.com%2FPeanutButter-Unicorn%2FTarvester%2Fissues) GitHub issues by-label

BAD:

![GitHub issues by-label](https://img.shields.io/github/issues/PeanutButter-Unicorn/Tarvester/"help+wanted"?link=https%3A%2F%2Fgithub.com%2FPeanutButter-Unicorn%2FTarvester%2Fissues) GitHub issues by-label

Steps To Reproduce

just go to the latest readme

A picture is worth a thousand words

image

Environment

Code of Conduct

Checklist (definition of done)