aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-03-23 09:35:19 +0000
committerMike McQuaid2017-03-23 09:35:21 +0000
commit689e35a1e7eed6e499f90866a768be1260558bbc (patch)
tree86365f15b0884c903c732f80494463ed7d459cf3
parent08a22d013e9ba44aa7c4ed4d08bb2fd6aebf7c05 (diff)
downloadbrew-689e35a1e7eed6e499f90866a768be1260558bbc.tar.bz2
README: add some more shields.
For the current release, Travis CI and Coveralls status.
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f167d70fb..47aa217cf 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.