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:
- 👍
- verified
- approve
See who has approved this Pull Request:
Approve count information for each Pull Request:
- Install from Chrome Webstore
- The extension works when you open Github ;)
- App's icon is created Christopher Holm-Hansen from the Noun Project
- Setup the project
cd <project folder>
npm install
gulp
- Open Chrome Extensions menu using Google Chrome
- Tick "Developer mode"
- Click "Load Unpacked Extension" and choose
dist
folder - Run
gulp
and refresh Chrome Extensions menu if you change anything in the code - If you ready to publish the app, run
gulp prod
and get the.zip
file underpackage
folder