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 language mappings for automation projects (#71) #76

Closed whimboo closed 10 years ago

whimboo commented 10 years ago

This adds the language mappings we would like to use for our github repositories. Given that I cannot test this locally (not sure how to setup bugsahoy), I hope you can give feedback Josh.

Also what about documentation? We don't have any section for that yet, and I believe we could list way more issues/bugs with that included. I assume a new issue is needed here, if you like that idea.

whimboo commented 10 years ago

This PR is a follow-up for my initial request on issue #71.

jdm commented 10 years ago

Bugsahoy is quite easy to run locally - clone the repo, add a config file in the root dir that contains

[github]
username = yourusername
password = yourpassword

and then run python -m CGIHTTPServer and visit localhost:8000

whimboo commented 10 years ago

I have updated the PR given that the key and value have to be exchanged. Now the mapping should be correct.