From d6866ad186ee298227ae8d2f43cbf985dac076fe Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Fri, 9 Mar 2018 16:15:49 +0800 Subject: [PATCH] Add codetriage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b81690ac..e981bf2d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build Status](https://travis-ci.org/PyGithub/PyGithub.svg?branch=master)](https://travis-ci.org/PyGithub/PyGithub) [![readthedocs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://pygithub.readthedocs.io/en/latest/?badge=latest) [![License](https://img.shields.io/badge/license-LGPL-blue.svg)](https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License) +[![Open Source Helpers](https://www.codetriage.com/pygithub/pygithub/badges/users.svg)](https://www.codetriage.com/pygithub/pygithub) PyGitHub is a Python (2 and 3) library to access the [GitHub API v3]. This library enables you to manage [GitHub] resources such as repositories, user profiles, and organizations in your Python applications.