Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 767 Bytes

File metadata and controls

22 lines (15 loc) · 767 Bytes

Contributing

Bug Reports, Feature Requests, & Questions

  • Fill out the template as best you can

Code

  • Run yarn install to set up the Git hooks to perform automated linting
  • Otherwise, lint your code manually with eslint
  • You agree that your code will be distributed under the GPL-2.0-or-later

Building

  • If you do not already have the extension installed locally, you can symlink it with yarn build:link
  • Run yarn build:resources to compile the resources
  • Run yarn build:schema to compile the resources
  • Run yarn build to produce a distribution archive
  • View the script in package.json for building without yarn