Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 439 Bytes

Contributing

Submitting a Pull Request

Please ensure that your pull request meets the following criteria:

  • Existing tests pass
  • New tests are added to cover the issue or feature address by your pull request
  • Code style conforms to that of the rest of the project (ie. es-lint reports no errors)

Other requirements will be added in the future (e.g. code coverage, specific forking/branching rules, etc.), so do check back here.