From 8bacba10a13d32306c457666fd26d5d31d5d2b33 Mon Sep 17 00:00:00 2001 From: Erich Behrens Date: Sun, 6 May 2018 11:41:12 +0200 Subject: [PATCH] Add GitHub Pull Request Monitor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 33d6481..1c1caa1 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitLens](#gitlens) - [Git Indicators](#gitindicators) - [GitHub](#github) + - [GitHub Pull Request Monitor](#github-pull-request-monitor) - [Icon Fonts](#icon-fonts) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) @@ -372,6 +373,11 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Have a look at the [README.md](https://github.com/KnisterPeter/vscode-github/blob/master/README.md) on how to get started with the setup for this extension. +## [GitHub Pull Request Monitor](https://marketplace.visualstudio.com/items?itemName=erichbehrens.pull-request-monitor) +> This extension uses the GitHub api to monitor the state of your pull requests and let you know when it's time to merge or if someone requested changes. + +![GitHub Pull Request Monitor](https://raw.githubusercontent.com/erichbehrens/pull-request-monitor/master/images/statusBarItems.png) + ## [Icon Fonts](https://marketplace.visualstudio.com/items?itemName=idleberg.icon-fonts) > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!