Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

k0kubun/pr_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull Req Viewer

Web application to see your pull requests made with Revel.
This product is not ready for production due to poor performance.

Run

$ go get github.com/revel/cmd/revel
$ go get github.com/k0kubun/pr_viewer
$ revel run github.com/k0kubun/pr_viewer

Contributing

  1. Fork it ( http://github.com/k0kubun/pr_viewer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request