Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.36 KB

Github Pull Request Helper

This is a chrome extension that helps with making large pull requests easier to navigate.

Functions

  • Expand All: This expands all of the hidden content on the pull request conversation page.
  • Hide Resolved: This hides all resolved comments.
  • Show Resolved: This shows all resolved comments.
  • Hide Commits: This hides all commits.
  • Show Commits: This shows all commits.
  • Hide Comments: This hides all comments.
  • Show Comments: This shows all comments.

Where to get it

Chrome Web Store (Recommended)

You can install this extension from the chrome extension store for free.

Manually

You can also download the latest zip file from here.

Installation Instructions:

  1. Downlaod the latest zip file from the link above
  2. Extract the folder onto your computer
  3. Open the chrome extensions interface in Chrome
  4. Enable Developer Mode with the toggle in the upper right corner
  5. Click "Load Unpacked" in the upper left area
  6. Navigate to and select the folder where you unzipped the files
  7. Done!

License

This code is licensed under the GNU General Public License. Details can be found here.