Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 348 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (4 loc) · 348 Bytes

Contributor Guidelines

Before contributing any code to this project and requesting review/merge, please make sure your code meets the following requirements:

  1. Testcafe tests pass, and any new pages you have added/edited have new tests written for new features you contribute. npm run testcafe
  2. Linting passes for all files npm run lint