Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap badges into links #4726

Open
AlexWayfer opened this issue Mar 2, 2020 · 4 comments
Open

Wrap badges into links #4726

AlexWayfer opened this issue Mar 2, 2020 · 4 comments
Labels
question Support questions, usage questions, unconfirmed bugs, discussions, ideas

Comments

@AlexWayfer
Copy link

📋 Description

It'd be nice to have (copy) badges not only as images, but as images in links!

When it's supported (opened) by service.

Actual behavior

Markdown for Cirrus CI AlexWayfer/flame repository:

![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame)

The same for Travis CI: https://travis-ci.org/puma/puma

Circle CI: https://circleci.com/gh/rubocop-hq/rubocop/tree/master

Etc.

Expected behavior

[![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame)](https://cirrus-ci.com/github/AlexWayfer/flame)
@PyvesB PyvesB added the question Support questions, usage questions, unconfirmed bugs, discussions, ideas label Mar 3, 2020
@PyvesB
Copy link
Member

PyvesB commented Mar 3, 2020

Hi @AlexWayfer,

We support links in badges, for example:
https://img.shields.io/cirrus/github/AlexWayfer/flame?link=https://cirrus-ci.com/github/AlexWayfer/flame

Is this what you're looking for?

@AlexWayfer
Copy link
Author

AlexWayfer commented Mar 3, 2020

Hm, sorry. I'm talking about this:

image

So, I'd like to copy Markdown of badge with link. And I don't see an option for this.

@calebcartwright
Copy link
Member

If I understand the request correctly, I think it may be a duplicate of #3928

@AlexWayfer
Copy link
Author

If I understand the request correctly, I think it may be a duplicate of #3928

Thank you, let's try to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Support questions, usage questions, unconfirmed bugs, discussions, ideas
Projects
None yet
Development

No branches or pull requests

3 participants