The random issue picker, can be used to pick surprisingly random issues in your preferred langauge.
Requirements:
- Composer
- PHP 7.3+
$ 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 language
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" |
$ 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
.
When you've made your changes, create a pull request and you are ready to go.
Have fun contributing 👍