Skip to content

Small app to display bugzilla bugs which need dev docs

License

Notifications You must be signed in to change notification settings

mdn/release-dashboard

Repository files navigation

MDN Content Dashboard

An app of tools for the MDN Content Team.

Release dashboard

Tool for managing bugzilla bugs that need MDN docs.

You can look up bugs for the next release, bugs that might need dev-doc-needed, bugs from different categories.

You can batch set dev-doc-complete and push bugs to github projects.

(Add feature list here)

GitHub Visualization

Project setup

Create a env with a bugzilla api key set: VUE_APP_BUGZILLA_API_KEY=

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.