From c623c3fc4ad00169f4098dd1891789e73a46d600 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 11 Jul 2017 15:15:17 -0600 Subject: [PATCH] Add Code Climate and Issue Count badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cd3c35d..6a6c086 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # bitbucket-git-helpers +[![Code Climate](https://codeclimate.com/github/unixorn/bitbucket-git-helpers.plugin.zsh/badges/gpa.svg)](https://codeclimate.com/github/unixorn/bitbucket-git-helpers.plugin.zsh) +[![Issue Count](https://codeclimate.com/github/unixorn/bitbucket-git-helpers.plugin.zsh/badges/issue_count.svg)](https://codeclimate.com/github/unixorn/bitbucket-git-helpers.plugin.zsh) + Some git helper scripts for dealing with repos on bitbucket that were inspired by Peter Hurford's [git-it-on.zsh](https://github.com/peterhurford/git-it-on.zsh) plugin. *Note:* This has only been tested on OS X. Support for Linux is present but has not been tested.