Update README (#11491)
* Update README
* Fix commit activity shield
* 🤦
This commit is contained in:
parent
a07070e8bc
commit
cd94fb2362
1 changed files with 15 additions and 17 deletions
32
README.md
32
README.md
|
|
@ -6,37 +6,34 @@
|
|||
<br>
|
||||
<p align="center">
|
||||
<a href="https://www.ruby-lang.org/en/">
|
||||
<img src="https://img.shields.io/badge/Ruby-v2.7.1-green.svg" alt="ruby version">
|
||||
<img src="https://img.shields.io/badge/Ruby-v2.7.2-green.svg" alt="ruby version">
|
||||
</a>
|
||||
<a href="http://rubyonrails.org/">
|
||||
<img src="https://img.shields.io/badge/Rails-v6.0.3-brightgreen.svg" alt="rails version">
|
||||
</a>
|
||||
<a href="https://travis-ci.com/thepracticaldev/dev.to">
|
||||
<img src="https://travis-ci.com/thepracticaldev/dev.to.svg?branch=master" alt="Travis Status for thepracticaldev/dev.to">
|
||||
<a href="https://travis-ci.com/forem/forem">
|
||||
<img src="https://travis-ci.com/forem/forem.svg?branch=master" alt="Travis Status for forem/forem">
|
||||
</a>
|
||||
<a href="https://codeclimate.com/github/thepracticaldev/dev.to/maintainability">
|
||||
<a href="https://codeclimate.com/github/forem/forem/maintainability">
|
||||
<img src="https://api.codeclimate.com/v1/badges/ce45bf63293073364bcb/maintainability" alt="Code Climate maintainability">
|
||||
</a>
|
||||
<a href="https://codeclimate.com/github/thepracticaldev/dev.to/test_coverage">
|
||||
<img src="https://api.codeclimate.com/v1/badges/ce45bf63293073364bcb/test_coverage" alt="Code Climate test coverage">
|
||||
<a href="https://codeclimate.com/github/forem/forem/trends/technical_debt">
|
||||
<img src="https://img.shields.io/codeclimate/tech-debt/forem/forem" alt="Code Climate technical debt">
|
||||
</a>
|
||||
<a href="https://codeclimate.com/github/thepracticaldev/dev.to/trends/technical_debt">
|
||||
<img src="https://img.shields.io/codeclimate/tech-debt/thepracticaldev/dev.to" alt="Code Climate technical debt">
|
||||
</a>
|
||||
<a href="https://www.codetriage.com/thepracticaldev/dev.to">
|
||||
<img src="https://www.codetriage.com/thepracticaldev/dev.to/badges/users.svg" alt="CodeTriage badge">
|
||||
<a href="https://www.codetriage.com/forem/forem">
|
||||
<img src="https://www.codetriage.com/forem/forem/badges/users.svg" alt="CodeTriage badge">
|
||||
</a>
|
||||
<img src="https://badgen.net/dependabot/forem/forem?icon=dependabot" alt="Dependabot Badge">
|
||||
<a href="https://gitpod.io/from-referrer/">
|
||||
<img src="https://img.shields.io/badge/setup-automated-blue?logo=gitpod" alt="GitPod badge">
|
||||
</a>
|
||||
<a href="https://app.netlify.com/sites/devto/deploys">
|
||||
<a href="https://app.netlify.com/sites/docsdevto/deploys">
|
||||
<img src="https://api.netlify.com/api/v1/badges/e5dbe779-7bca-4390-80b9-6e678b4806a3/deploy-status" alt="Netlify badge">
|
||||
</a>
|
||||
<img src="https://img.shields.io/github/languages/code-size/thepracticaldev/dev.to" alt="GitHub code size in bytes">
|
||||
<img src="https://img.shields.io/github/commit-activity/w/thepracticaldev/dev.to" alt="GitHub commit activity">
|
||||
<a href="https://github.com/thepracticaldev/dev.to/issues?q=is%3Aissue+is%3Aopen+label%3A%22ready+for+dev%22">
|
||||
<img src="https://img.shields.io/github/issues/thepracticaldev/dev.to/ready for dev" alt="GitHub issues ready for dev">
|
||||
<img src="https://img.shields.io/github/languages/code-size/forem/forem" alt="GitHub code size in bytes">
|
||||
<img src="https://img.shields.io/github/commit-activity/w/forem/forem" alt="GitHub commit activity">
|
||||
<a href="https://github.com/forem/forem/issues?q=is%3Aissue+is%3Aopen+label%3A%22ready+for+dev%22">
|
||||
<img src="https://img.shields.io/github/issues/forem/forem/ready for dev" alt="GitHub issues ready for dev">
|
||||
</a>
|
||||
<a href="https://app.honeybadger.io/project/Pl5JzZB5ax">
|
||||
<img src="https://img.shields.io/badge/honeybadger-active-informational" alt="Honeybadger badge">
|
||||
|
|
@ -167,7 +164,8 @@ We welcome security research on DEV under the terms of our
|
|||
|
||||
## Acknowledgments
|
||||
|
||||
Thank you to the [Twemoji project](https://github.com/twitter/twemoji) for the usage of their emojis.
|
||||
Thank you to the [Twemoji project](https://github.com/twitter/twemoji) for the
|
||||
usage of their emojis.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue