Web extension to assist webcompat triaging process
Перейти к файлу
John Giannelos ccb0826703
Bump extensions version
2019-10-08 17:38:00 +02:00
src Bump extensions version 2019-10-08 17:38:00 +02:00
.editorconfig Add editorconfig 2019-08-22 19:16:37 +03:00
.eslintrc.js Add eslint config for prettier 2019-08-06 18:28:32 +02:00
.gitignore Add project .gitignore file 2019-08-06 16:03:26 +02:00
LICENSE Add license to the project 2019-08-07 11:35:58 +02:00
README.md Add docs for development 2019-08-07 11:38:22 +02:00
package-lock.json Update npm dependencies 2019-10-08 14:39:37 +02:00
package.json Bump extensions version 2019-10-08 17:38:00 +02:00

README.md

Webcompat ML triaging extension

Description

This webextension aims to help WebCompat issue triagers get suggestions regarding issues automatically classified by our ML automation.

Usage

  • Go to a WebCompat issue in GitHub
  • A popup shows up for issues with useful classifications

Development

  • Install depedencies
    • npm install
  • Run webextension for development
    • npm run firefox
  • Run linters and prettier
    • npm run lint-js
    • npm run lint-webex
    • npm run prettier-check
    • npm run prettier-write