/github-pr-approver

Github Code Review is a Chrome Extension that act as a lightweight code review tool on top of Github Pull Request. It let's you see who has approved each pull request easily.

Primary LanguageCoffeeScriptGNU General Public License v2.0GPL-2.0

Github Code Review

icon

Overview

Code review becomes easier with Github Code Review.

Github Code Review is a Chrome Extension that act as a lightweight code review tool on top of Github Pull Request. It let's you see who has approved each pull request easily.

Approve pull request by commenting with the following keywords/emojis:

  • 👍
  • :shipit:
  • verified
  • approve

Demo

See who has approved this Pull Request:

demo-0

Approve count information for each Pull Request:

demo-1

How To Install

  1. Install from Chrome Webstore
  2. The extension works when you open Github ;)

License

GNU GPL v2.0

Credits

  1. App's icon is created Christopher Holm-Hansen from the Noun Project

Developer's Guide

  1. Setup the project
cd <project folder>
npm install
gulp
  1. Open Chrome Extensions menu using Google Chrome
  2. Tick "Developer mode"
  3. Click "Load Unpacked Extension" and choose dist folder
  4. Run gulp and refresh Chrome Extensions menu if you change anything in the code
  5. If you ready to publish the app, run gulp prod and get the .zip file under package folder