martijnengler / random-issue-picker

Select random github issue by certain criteria

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Issue Picker

The random issue picker, can be used to pick surprisingly random issues in your preferred langauge.

Requirements:

  • Composer
  • PHP 7.3+

How to use it

$ git clone https://github.com/icanhazstring/random-issue-picker.git
$ cd random-issue-picker
$ composer install
$ bin/rip random:issue

As a preparation for the Hacktoberfest 2020 we have added some features to support langauge and label as input parameter, so now you can use

$ bin/rip random:issue -l php --label hacktoberfest

Default values:

Parameter Default Value
--language, -l php
--label "good first issue"

Watch me create this tool

YouTube : Making The Tool

How to contribute

$ git clone https://github.com/icanhazstring/random-issue-picker.git

The minimum requirement, as mentioned above, is PHP 7.3. You either have it installed locally, or you can run the tool and every check using docker. There is Makefile present to support your work.

You can run make up to build the image and run the container.

For more available commands refer to the Makefile

After you have done this, you can install the dependencies using make composer install. If you made you changed, create a pull request and you are ready to go.

Have fun contributing 👍

About

Select random github issue by certain criteria


Languages

Language:PHP 89.9%Language:Makefile 6.2%Language:Dockerfile 3.9%