Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 271 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 271 Bytes

Pull requests will not be accepted without:

  1. All unit/functional tests working.
  2. Any potentially affected example files still functional.
  3. Any additional functionality covered by unit/functional tests.
  4. Code should be linted without errors (npm run lint).