Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Chrome extension for improving GitHub Pull Requests

License

Notifications You must be signed in to change notification settings

tobyhs/enhanced_pull_request

Repository files navigation

Enhanced Pull Request

Chrome Web Store URL: https://chrome.google.com/webstore/detail/enhanced-pull-request/pnepdakkbfhmgjhdfhgdkpjpjgfnnabl

This is a Chrome extension that adds features (that I have been spoiled with from other code review tools) to GitHub Pull Requests.

Features

  • Links to show/hide all comments on outdated diffs in Conversation (links after "Outdated Diff Comments: " below the "Conversation" tab)
  • See the diff of one file in one window as opposed to all changes in one window ("One-File Diff" link below the tab bar)

Development

Install Node.js and this project's dependencies (run npm install from the project root).

Tests

See spec/README.md.