coala / corobo

A bot to help newcomers onboard OS projects! It's awesome!
MIT License
65 stars 103 forks source link

Add a 'show problem' command which finds one issue or wiki page which matches a single word search term #174

Open co-robo opened 7 years ago

co-robo commented 7 years ago

Common problems usually have a bug already raised, but maybe the person (often a newbie) doesn't know the right keyword to search on.

The intent is to ensure that common problems have a single unique well known keyword for them. This should work roughly like the bugzilla alias feature. We can append one or more unique keywords to the issue title to emulate this feature. The cobot command should report an error if multiple there are multiple hits, maybe including a github search link that shows the multiple hits.

But some problem are user problems, and for those a link to a wiki page would be better, so ideally those are also searched.

Use issue/wiki title search only if possible, or preference issues with a match in the title.

Ported from old cobot repo, opened by @jayvdb - https://gitlab.com/coala/cobot/issues/74

jayvdb commented 6 years ago

Lots of similarity to https://github.com/coala/corobo/issues/109

jayvdb commented 6 years ago

Also more info at https://gitlab.com/coala/cobot/issues/57