From 689e35a1e7eed6e499f90866a768be1260558bbc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 23 Mar 2017 09:35:19 +0000 Subject: [PATCH] README: add some more shields. For the current release, Travis CI and Coveralls status. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f167d70fb9..47aa217cf7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Homebrew +[![GitHub release](https://img.shields.io/github/release/Homebrew/brew.svg)](https://github.com/Homebrew/brew/releases) + Features, usage and installation instructions are [summarised on the homepage](https://brew.sh). Terminology (e.g. the difference between a Cellar, Tap, Cask and so forth) is [explained here](docs/Formula-Cookbook.md#homebrew-terminology). ## Update Bug @@ -23,6 +25,9 @@ Second, read the [Troubleshooting Checklist](http://docs.brew.sh/Troubleshooting **If you don't read these it will take us far longer to help you with your problem.** ## Contributing +[![Travis](https://img.shields.io/travis/Homebrew/brew.svg)](https://travis-ci.org/Homebrew/brew) +[![Codecov](https://img.shields.io/codecov/c/github/Homebrew/brew.svg)](https://codecov.io/gh/Homebrew/brew) + We'd love you to contribute to Homebrew. First, please read our [Contribution Guide](https://github.com/Homebrew/brew/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/Homebrew/brew/blob/master/CODEOFCONDUCT.md#code-of-conduct). We explicitly welcome contributions from people who have never contributed to open-source before: we were all beginners once! We can help build on a partially working pull request with the aim of getting it merged. We are also actively seeking to diversify our contributors and especially welcome contributions from women from all backgrounds and people of colour.