From e8fbcae5c6ac3d19fff696fcb9eb45f6d8a68bd0 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Thu, 10 Oct 2019 13:56:54 -0400 Subject: [PATCH] minor cosmetic updates to readme.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d4611d62c3..292776a7cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Quarkus Platform +[![Version](https://img.shields.io/github/v/release/quarkusio/quarkus-platform?style=for-the-badge)](https://github.com/quarkusio/quarkus-platform/releases/latest) +[![Build Status](https://img.shields.io/azure-devops/build/quarkus-ci/quarkus/12?style=for-the-badge&logo=azure-pipelines)](https://dev.azure.com/quarkus-ci/quarkus/_build/latest?definitionId=12) +[![License](https://img.shields.io/github/license/quarkusio/quarkus-platform?style=for-the-badge&logo=apache)](https://www.apache.org/licenses/LICENSE-2.0) +[![Project Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg?style=for-the-badge)](https://quarkusio.zulipchat.com/) + + Quarkus Platform aggregates extensions from Quarkus Core and those developed by the community into a single tested, compatible and versioned set that can be used by application developers to align the dependency versions of their applications with those verified by the platform testsuite.