From 940ffcddd3a04c12a3b802d9bfaa3ecef798a522 Mon Sep 17 00:00:00 2001 From: Tomasz Korzeniowski Date: Tue, 15 Mar 2016 14:38:47 +0100 Subject: [PATCH 1/2] codebeat badge Is it fine to add codebeat badge to README? codebeat is automated code review tool for Swift,Ruby,Go & Python that helps get instant feedback on code quality. "Quick wins" suggested by codebeat could be a nice candidate for a pull request and help other developers become contributors. FYI. To be fully open and honest. I'm co-founder of codebeat. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86474a4f1a5..2d08f2c5d38 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Vitess

[![Build Status](https://travis-ci.org/youtube/vitess.svg?branch=master)](https://travis-ci.org/youtube/vitess/builds)

+# Vitess

[![Build Status](https://travis-ci.org/youtube/vitess.svg?branch=master)](https://travis-ci.org/youtube/vitess/builds)[![codebeat](https://codebeat.co/badges/0d74f7ec-17d8-4b5a-b00e-cf8194cab5b5)](https://codebeat.co/projects/github-com-youtube-vitess)

Vitess is a storage platform for scaling MySQL. It is optimized to run as effectively in cloud architectures as it does on dedicated hardware. From b91093f8a37db0f7f23272d8171a4da6bd76e11b Mon Sep 17 00:00:00 2001 From: Tomasz Korzeniowski Date: Mon, 21 Mar 2016 12:03:55 +0100 Subject: [PATCH 2/2] Alignment of the badge I had some issue with alignment of the badge. Is it fine if all badges are aligned to left. Does it work for you? --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d08f2c5d38..f721a3dcd04 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Vitess

[![Build Status](https://travis-ci.org/youtube/vitess.svg?branch=master)](https://travis-ci.org/youtube/vitess/builds)[![codebeat](https://codebeat.co/badges/0d74f7ec-17d8-4b5a-b00e-cf8194cab5b5)](https://codebeat.co/projects/github-com-youtube-vitess)

+[![Build Status](https://travis-ci.org/youtube/vitess.svg?branch=master)](https://travis-ci.org/youtube/vitess/builds) +[![codebeat](https://codebeat.co/badges/0d74f7ec-17d8-4b5a-b00e-cf8194cab5b5)](https://codebeat.co/projects/github-com-youtube-vitess) + +# Vitess Vitess is a storage platform for scaling MySQL. It is optimized to run as effectively in cloud architectures as it does on dedicated hardware.