Web extension to assist webcompat triaging process
Перейти к файлу
John Giannelos 38ceb0fc08 Add docs for development 2019-08-07 11:38:22 +02:00
src Remove icon from notification 2019-08-06 17:07:51 +02: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 Add eslint config for prettier 2019-08-06 18:28:32 +02:00
package.json Add eslint config for prettier 2019-08-06 18:28:32 +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