Skip to content

despo/issuehub.io

Repository files navigation

issuehub.io (Moved to issuehub.pro)

Build Status

issuehub.pro 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.5.1
Install Link
rvm install 2.5.1 https://rvm.io/rvm/install

Install the gems using the Gemfile

gem install bundler
bundle install
bundler Info Link
Gemfile https://bundler.io/gemfile.html

Set up the .env file

cp .env.example .env

Make sure the tests are passing

bundle exec rake spec

Run the app!

bundle exec rackup

Contributing

To contribute, pick one of the open issues (if any exist) and fix the bugs to the best of your ability. You can also improve the interface, refactor the code, or improve test coverage!

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

Also, have a look at the contribution guidelines.

Copyright

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