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

Most of the functionality is used via `IGitt`, other than few org stuff, so ideally we should implement whatever is missing upstream and then remove `github3.py`

difficulty/medium
status/blocked
upstream
initiatives/gci
importance/medium

LabHub.is_room_member is unnecessarily a static method of the class. It can be moved to a private function `_is_room_member` at the module level, and then the tests can be improved to...

difficulty/low
importance/medium

`MAX_LINES` = 1 is invalid, as it will mean anyone writing one line is spamming, which is silly. `MAX_MSG_LEN`

difficulty/newcomer
area/config

If RESP_ONLY_REQ_USERS configuration is true, then stop responding to users other than those in the REQUIRED_USERS list in config. Closes https://github.com/coala/corobo/issues/515 # Reviewers Checklist - [ ] Appropriate logging is...

importance/high
difficulty/medium
process/pending review
size/XS

Add a file named `PULL_REQUEST_TEMPLATE.md` which includes general information and guidelines for the author of Pull Request, you can see PULL_REQUEST_TEMPLATE.md of `coala` repository for reference. label: initiatives/gci Opened by...

`explain` currently uses hardcoded coala explanations. Configuring sub-directories `explain/generic` and `explain/` so that other organizations can include their culture-specific explanations.

enhancement
documentation
area/config

Introduce migrate_issue plugin that adds ability to migrate an issue from a source repo to target repo, both owned by the org. Issue title, issue description and all comments are...

difficulty/medium
process/wip
cool and awesome
size/S

Currently it gives a list of possible problems, which is long and doesnt give precise guidance for what is the next step Opened by @jayvdb at [Gitter](https://gitter.im/coala/coala?at=5a0158ca0cef4fed2ebce02a)

difficulty/low
importance/medium

Closes https://github.com/coala/corobo/issues/402 # Reviewers Checklist - [ ] Appropriate logging is done. - [ ] Appropriate error responses. - [ ] Handle every possible exception. - [ ] Make sure...

enhancement
process/wip
size/XS
status/STALE

Since corobo lives inside a Docker container and is deployed after every commit. To use the configuration templates, we'll need a way to pre-configure the plugins so that bot admins...

enhancement
area/ci