-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add turbo-tests logo #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @dimitryzub 💯 I like this logo!
Please fix the link that build badge points to.
README.md
Outdated
|
||
<div align="center"> | ||
|
||
<a href="">![Tests](https://github.com/serpapi/turbo_tests/workflows/Tests/badge.svg)</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This anchor tag points to https://github.com/serpapi/turbo_tests/blob/7fe028b9fb05447781ead9bf6c1817d46c71bb28
which is missing.
Why href
equals to ""
?
<a href="">![Tests](https://github.com/serpapi/turbo_tests/workflows/Tests/badge.svg)</a> | |
[![Tests](https://github.com/serpapi/turbo_tests/actions/workflows/tests.yml/badge.svg)](https://github.com/serpapi/turbo_tests/actions/workflows/tests.yml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I though plain markdown can't be wrapped by HTML (<div>
in this case) and used <a>
tag 🙂
I've added another commit, should be fixed now.
Update: I'll test with PNG logo instead and send you an example look.
@ilyazub What do you think about PNG instead of SVG? Example below: TurboTests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 💯
This PR adds a logo for
turbo_tests
, and centers tests workflow badge under the repo logo.Logo
width="500"
could be adjusted. Currently (this PR), it looks something like this: