steverob / kobol

Home Page:issuehub.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issuehub.io

Build Status Dependency Status

issuehub.io is a small project that enables you to find github issues to work on. Unlike other contributing projects, the focus is on labelled issues rather than projects.

The reason for making this project is to encourage issue labelling on open source projects, so that people with different types of experience and knowledge levels can easily find something to help out with.

Getting started

###Install ruby

rvm install 2.0.0

###install the gems using the Gemfile

gem install bundler
bundle install

###make sure the tests are passing

rake test

###run the app!

bundle exec rackup

Contributing

Find something to work on. You can pick one of the open issues, if there are any, fix a bug, improve the interface, refactor the code or improve test coverage!

If there is something else that you would like to work on or other ways to improve issuehub, open an issue first so we can discuss it.

Also, have a look at the contribution guidelines.

Copyright

Copyright (c) 2013 Despo Pentara. See LICENSE for details.

About

issuehub.io

License:MIT License


Languages

Language:CSS 51.8%Language:Ruby 43.6%Language:JavaScript 4.6%