From 6bd51f100f1826ddf1789c45916efdfe2938936b Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 9 Feb 2018 16:27:24 -0500 Subject: [PATCH] docs(readme): add CodeTriage badge (#13969) See https://github.com/ionic-team/ionic/pull/13969 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd714cf7ec..28e7e59d1e 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,10 @@ As Ionic components migrate to the web component standard, a goal of ours is to [![npm version](https://badge.fury.io/js/ionic-angular.svg)](https://badge.fury.io/js/ionic-angular) [![Circle CI](https://circleci.com/gh/ionic-team/ionic.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/ionic-team/ionic) +[![Open Source Helpers](https://www.codetriage.com/ionic-team/ionic/badges/users.svg)](https://www.codetriage.com/ionic-team/ionic) ### Ionic V1 The source code for Ionic V1 has been moved to [ionic-team/ionic-v1](https://github.com/ionic-team/ionic-v1). -Please open any issues and pull requests related to Ionic V1 on that repository. \ No newline at end of file +Please open any issues and pull requests related to Ionic V1 on that repository.