corobo icon indicating copy to clipboard operation
corobo copied to clipboard

A bot to help newcomers onboard OS projects! It's awesome!

Results 100 corobo issues
Sort by recently updated
recently updated
newest added

[This 2017 GCI task](https://codein.withgoogle.com/archive/2017/organization/5710453493727232/task/5006939192819712/) was to create a new logo. > Before doing this task, you should have completed the "avatar" task, > > This task involves designing a new...

importance/high
initiatives/gci

Newcomers will now be invited only when they select an issue. Then the maintainers will invite them and assign it to them. This means `invite me` has to be removed...

importance/critical

Opened by @yukiisbored at [gitter//yukiisbored](https://gitter.im//yukiisbored?at=598af6f976a757f8088ab1fb)

backend/gitter

First steps: 1. Maintain two vars `no_of_messages_received` and `no_of_messages_sent`. 2. Assert that `no_of_messages_sent` > `no_of_messages_received` This gives a vague indication whether the bot is working clearly or not. Next steps:...

importance/high
status/STALE

plugins/ban.py: Update to handle new cases Updates ban.py handling some more cases tests/ban_test.py: Add new mocks Adds new mocks to get 100% test coverage for ban.py setup.cfg: Remove ban.py from...