aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index b059b80ec..28eb04302 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
# WarpX
+[![Code Status master](https://img.shields.io/travis/ECP-WarpX/WarpX/master.svg?label=master)](https://travis-ci.org/ECP-WarpX/WarpX/branches)
+[![Code Status dev](https://img.shields.io/travis/ECP-WarpX/WarpX/dev.svg?label=dev)](https://travis-ci.org/ECP-WarpX/WarpX/branches)
[![Documentation Status](https://readthedocs.org/projects/warpx/badge/?version=latest)](https://warpx.readthedocs.io/en/latest/?badge=latest)
+[![GitHub commits since last release](https://img.shields.io/github/commits-since/ECP-WarpX/WarpX/latest/dev.svg)](https://github.com/ECP-WarpX/WarpX/compare/master...dev)
+[![Language](https://img.shields.io/badge/language-C%2B%2B11-orange.svg)](https://isocpp.org/)
+[![Development Status](https://img.shields.io/badge/development%20status-alpha-orange.svg)]()
+[![License WarpX](https://img.shields.io/badge/license-BSD--3--Clause--LBNL-blue.svg)](https://spdx.org/licenses/BSD-3-Clause-LBNL.html)
## Overview
@@ -16,4 +22,4 @@ https://warpx.readthedocs.io
## Contributing
-Our workflow is described in CONTRIBUTING.md.
+Our workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).