This GitHub bot is used to recommend solved issues for GFIs, so that new developers can use those recommendations as worked examples.
-
Setup a GitHub bot following the GitHub documentation.
-
Install the requirements
pip install -r requirements.txt
-
Set up config.ini following the example at config.ini.example
-
Run the bot
python index.py
After installing the bot any new issue that gets labelled as Good First Issue will get a comment suggesting a similar, solved, issue.
Note: it's important that the bot is running and setup before installing it, so that it can build up the database with solved issues.