From a1df987d45bba14762ba03867ef6d6d9cc8a2a23 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 27 Sep 2018 18:01:13 -0400 Subject: [PATCH 1/3] fix badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9d8028a90..336d2267e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![Gitter](https://img.shields.io/gitter/room/embark-framework/Lobby.svg)](https://gitter.im/embark-framework/Lobby) [![Build Status](https://travis-ci.org/embark-framework/embark.svg?branch=develop)](https://travis-ci.org/embark-framework/embark) [![Build status](https://ci.appveyor.com/api/projects/status/nnq38x2hi3q11o44/branch/develop?svg=true)](https://ci.appveyor.com/project/iurimatias/embark/branch/develop) +![Open PRs](https://img.shields.io/github/issues-pr-raw/embark-framework/framework.svg) +![Closed PRs](https://img.shields.io/github/issues-pr-closed-raw/embark-framework/framework.svg) +![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/m/embark-framework/embark.svg) What is Embark ====== From 51391739af02cdd96322bf8ba72cf00dd167404c Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 27 Sep 2018 18:15:25 -0400 Subject: [PATCH 2/3] fix commits badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 336d2267e..44c45dffa 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/nnq38x2hi3q11o44/branch/develop?svg=true)](https://ci.appveyor.com/project/iurimatias/embark/branch/develop) ![Open PRs](https://img.shields.io/github/issues-pr-raw/embark-framework/framework.svg) ![Closed PRs](https://img.shields.io/github/issues-pr-closed-raw/embark-framework/framework.svg) -![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/m/embark-framework/embark.svg) +![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/y/embark-framework/embark.svg) What is Embark ====== From cdf26270b674523ec3aef160897de1e57defa03a Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 27 Sep 2018 18:19:14 -0400 Subject: [PATCH 3/3] fix badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44c45dffa..25290ef66 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![Gitter](https://img.shields.io/gitter/room/embark-framework/Lobby.svg)](https://gitter.im/embark-framework/Lobby) [![Build Status](https://travis-ci.org/embark-framework/embark.svg?branch=develop)](https://travis-ci.org/embark-framework/embark) [![Build status](https://ci.appveyor.com/api/projects/status/nnq38x2hi3q11o44/branch/develop?svg=true)](https://ci.appveyor.com/project/iurimatias/embark/branch/develop) -![Open PRs](https://img.shields.io/github/issues-pr-raw/embark-framework/framework.svg) -![Closed PRs](https://img.shields.io/github/issues-pr-closed-raw/embark-framework/framework.svg) +![Open PRs](https://img.shields.io/github/issues-pr-raw/embark-framework/embark.svg) +![Closed PRs](https://img.shields.io/github/issues-pr-closed-raw/embark-framework/embark.svg) ![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/y/embark-framework/embark.svg) What is Embark