Skip to content

Doik/github-codereview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

github-codereview

Obsoleted by the latest github update, thus not maintained anymore

A dotjs-based solution for improving code-reviews on pull requests.

This will add next commit, previous commit, back to pull request links to the site if you're reviewing a pull request.

Additionally, thanks to @witsch you can access these links via n, p and b access keys.

Basically, if you visit the overview of the pull request, it will add an array of all commit hashes to all links that point to single commits. If you follow one of the links, it will obtain the next and previous commit hashes from this array. It's not very elegant, but it does the job ;)

Since the last update, this also works for the recently introduced partial-loading approach.

How to install

  1. Install dotjs
  2. copy the github.com.js file to your ~/.js folder
  3. enjoy

About

A dotjs-based solution for improving code-reviews on pull requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published