Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 1.2 KB

Contributions Welcome!

This repository is part of the Fabric project. Please consult Fabric's CONTRIBUTING documentation as the basis on how to contribute to this repository.

To code contributors

The following check-list is for code contributors to make sure their changesets are compliant to the coding standards and avoid time wasted in rejected changesets:

Check the coding styles, run the following command and make sure no ESLint violations are present:

  • gulp

Run the full unit test bucket and make sure 100% are passing. You can also run each test individually to isolate any failures:

  • gulp test

The gulp test command above also generates code coverage reports. Your new code should be accompanied with unit tests and provide 80% line coverage or higher.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. s