jdm / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.
http://www.joshmatthews.net/bugsahoy/
69 stars 95 forks source link

Add Perl to the list of languages #70

Closed lizzard closed 9 years ago

lizzard commented 10 years ago

It would be nice to be able to filter bugs to look for Perl. Bugzilla and BMO have good first and mentored bugs (or plan to add more). :)

jdm commented 10 years ago

It just needs a addSimpleMapping('langs', 'perl', 'Product Name', <optional ['Component #1', 'Component #2']>) in magic.js and an entry in addCategories call in index.html.

lizzard commented 10 years ago

I can do that later today !

On Apr 23, 2014 8:28 AM, "Josh Matthews" notifications@github.com wrote:

It just needs a addSimpleMapping('langs', 'perl', 'Product Name', ) in magic.js and an entry in addCategories call in index.html.

— Reply to this email directly or view it on GitHub.

lizzard commented 10 years ago

Actually, I just did this wrong.... I think that maybe instead I don't want to map Perl to the entire product (or both products) because we are about to triage them and tag them & some are html or js. So, I think instead I should add some lines to AddComponentMapping so that both Bugzilla and b.m.o. bugs feed into a general "Bugzilla" tickybox.

jdm commented 10 years ago

Yes, that sounds like what you want in that case.

jaredpetersen commented 9 years ago

@jdm This issue should be closed as it was fixed in commit 7f63cd169f3a72077a1a127edabda0214bf2274a.

jdm commented 9 years ago

Thanks!