Aljullu / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.

Home Page:http://www.joshmatthews.net/bugsahoy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugs Ahoy! is an effort to help new Mozilla contributors make sense of the mass of bugs that are recommended for newcomers. By performing searches for aggregated components based on less granular areas of interest, smaller, more focused lists of relevant bugs can be shown, making the experience more pleasant for everybody involved.

To run a local copy:

  • clone this repository
  • add a config file in the root dir that contains the following:
[github]
username = yourusername
password = yourpassword
  • run python -m CGIHTTPServer in the repository root and visit localhost:8000

Authors:

Special thanks to Heather Arthur for bz.js (https://github.com/harthur/bz.js)

About

A landing page to make finding relevant bugs easier for new Mozilla contributors.

http://www.joshmatthews.net/bugsahoy/


Languages

Language:JavaScript 65.6%Language:HTML 25.4%Language:CSS 4.6%Language:Python 4.4%