From f21956e943d5195570b7f27d90c3a20368e12230 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 11 Jan 2016 15:53:48 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8abcc..e693b7f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # XML Tools for Visual Studio Code -This extension provides additional XML support to [VS Code](https://code.visualstudio.com). +[![License](https://img.shields.io/github/license/DotJoshJohnson/vscode-xml.svg)](https://github.com/DotJoshJohnson/vscode-xml/blob/master/LICENSE) +[![Current Version](https://img.shields.io/github/release/DotJoshJohnson/vscode-xml.svg)](https://github.com/DotJoshJohnson/vscode-xml/releases) ## Features * XML Formatting (Indent and Minify) @@ -10,3 +11,9 @@ This extension provides additional XML support to [VS Code](https://code.visuals ## Release Notes Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases). + +## Issues +[![Iteration Backlog](https://badge.waffle.io/DotJoshJohnson/vscode-xml.svg?label=Iteration:%20Backlog&title=Iteration%20Backlog)](http://waffle.io/DotJoshJohnson/vscode-xml) +[![In Progress](https://badge.waffle.io/DotJoshJohnson/vscode-xml.svg?label=Iteration:%20In%20Progress&title=In%20Progress)](http://waffle.io/DotJoshJohnson/vscode-xml) + +Run into a bug? Report it [here](https://github.com/DotJoshJohnson/vscode-xml/issues).