-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Docs: Adding Suggested Badge (#5438) #5458
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
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.
Thanks for doing this!
README.md
Outdated
@@ -188,10 +188,11 @@ Learn more about using | |||
## Badge | |||
|
|||
Show the world you're using _Jest_ → | |||
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) | |||
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![jest](https://cdn.rawgit.com/aleen42/badges/master/src/jest_2.svg)](https://github.com/facebook/jest) |
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.
Should the file be hosted on the jest website?
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.
@SimenB Sure, where is the repository of the jset website?
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.
It's in the website folder in this repo.
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.
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.
Thanks a lot, I will change this PR later.
Codecov Report
@@ Coverage Diff @@
## master #5458 +/- ##
=========================================
Coverage ? 62.19%
=========================================
Files ? 205
Lines ? 6930
Branches ? 4
=========================================
Hits ? 4310
Misses ? 2619
Partials ? 1 Continue to review full report at Codecov.
|
README.md
Outdated
@@ -188,10 +188,11 @@ Learn more about using | |||
## Badge | |||
|
|||
Show the world you're using _Jest_ → | |||
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) | |||
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![jest](https://rawgit.com/facebook/jest/master/website/static/img/jest-badge.svg)](https://github.com/facebook/jest) |
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.
Once deployed, it will be available at https://facebook.github.io/jest/img/female-technologist/jest-badge.svg, which would be better than rawgit, I think
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.
Perhaps facebook.github.io maybe better, as I found rawgit.com has already been banned from accessing in CN.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Adding Suggested Badge discussed in #5438