/bugdash

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

BugDash

Dashboard of bug lists for Firefox-related components in Bugzilla, with a focus on triage and release tracking.

Can be visited directly at https://bugdash.moz.tools/

Development

To run a web server locally use make run.

Use make format test to reformat the code and ensure tests pass before submitting a pull request (yarn is required to install node based tooling).