Home

Awesome

Potential changes for GitHub

Browser extension that shows which pull requests contain changes related to a file.

Install

Limitations

Note: This extension is still a proof of concept and has the following limitations:

Most of the limitations above are there only because I wanted to save time and focused on solving the core idea behind the extension.

Demo

Demo

Running locally

Chrome

  1. Go to chrome://extensions/ page.
  2. Toggle “Developer mode” in the upper right corner.
  3. Click the “Load unpacked” button.
  4. Select the source directory.

Firefox

  1. Open the source directory.
  2. Make an archive containing all files within the directory.
  3. Open Firefox and go to about:debugging#/runtime/this-firefox page.
  4. Click the “Load Temporary Add-on...” button.
  5. Select the archive created on step 1.

Contributions

You're more than welcome to contribute. There are several things you can do:

Thank you!