Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 596 Bytes

contributing.md

File metadata and controls

13 lines (11 loc) · 596 Bytes

Contributing

Any contribution should observe the convention set fourth in the Code Tour. The following must complete without error prior to making a pull request:

  1. gulp vet
  2. gulp test

Testing

When adding or modifying functionality, unit and integration tests must accompany any changes. Examples of both state and component tests can be found in tests/. If any notional data is required for the test ensure an appropriately titled folder is created in tests/mock/.

The gulp autotest task can be used to automatically run the test suite as you are developing.